| | |
| | | * @author WWW |
| | | */ |
| | | @Configuration |
| | | @SuppressWarnings("AlibabaCommentsMustBeJavadocFormat") |
| | | public class PropertiesConfig { |
| | | @Value("${sys.path.download}") |
| | | private String downloadPath; |
| | |
| | | @Value("${sys.path.temp}") |
| | | private String tempPath; |
| | | |
| | | @Value("${spring.datasource.druid.stat-view-servlet.login-username}") |
| | | // @Value("${spring.datasource.druid.stat-view-servlet.login-username}") |
| | | private String druidUser; |
| | | |
| | | @Value("${spring.datasource.druid.stat-view-servlet.login-password}") |
| | | // @Value("${spring.datasource.druid.stat-view-servlet.login-password}") |
| | | private String druidPwd; |
| | | |
| | | public String getDruidUser() { |