mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-10-30 02:57:09 +08:00
refactor: 项目配置增加是否为生产环境配置项
This commit is contained in:
@@ -81,6 +81,11 @@ public class ProjectProperties {
|
||||
@NestedConfigurationProperty
|
||||
private License license;
|
||||
|
||||
/**
|
||||
* 是否为生产环境
|
||||
*/
|
||||
private boolean production = false;
|
||||
|
||||
/**
|
||||
* 是否本地解析 IP 归属地
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user