9f87bede
 
  岑健浩
 
SNManage init
 | 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19 
 | 
   server.port=8080
  
  
  spring.web.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/
  
  
  logging.config=classpath:log4j2.xml
  
  #swagger.basic.enable = true
  #swagger.basic.username = test
  #swagger.basic.password = 123
  
  spring.thymeleaf.cache=false
  spring.thymeleaf.prefix=classpath:/templates/
  spring.thymeleaf.suffix=.html
  
  
  SN.file.path=D:/temp/SN.txt
  SN.file.temp.path=D:/temp/SNTemp.txt
 
 |