Blame view

src/main/resources/application.properties 517 Bytes
9f87bede   岑健浩   SNManage init
1
2
3
4
5
6
7
8
9
10
11
12
   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
  
03d2bc11   岑健浩   SNManage commit
13
14
15
  #spring.thymeleaf.cache=false
  #spring.thymeleaf.prefix=classpath:/templates/
  #spring.thymeleaf.suffix=.html
9f87bede   岑健浩   SNManage init
16
17
  
  
03d2bc11   岑健浩   SNManage commit
18
19
  SN.file.path=src/main/resources/sn/SN.txt
  SN.file.temp.path=src/main/resources/sn/SNTemp.txt
06128cdc   岑健浩   SNManage commit
20
  
03d2bc11   岑健浩   SNManage commit
21
22
  #SN.file.path=
  #SN.file.temp.path=