mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-29 14:39:49 +08:00
代码格式化
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
/**
|
||||
* This file is part of the PlayEdu.
|
||||
* (c) 杭州白书科技有限公司
|
||||
*/
|
||||
package xyz.playedu.api.config;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Value;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
@@ -10,5 +15,4 @@ public class PlayEduConfig {
|
||||
|
||||
@Value("${spring.profiles.active}")
|
||||
private String env;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user