Blame view

src/main/resources/application.properties 514 Bytes
9f87bede   岑健浩   SNManage init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
   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
  
  
06128cdc   岑健浩   SNManage commit
18
19
20
21
22
  #SN.file.path=src/main/resources/sn/SN.txt
  #SN.file.temp.path=src/main/resources/sn/SNTemp.txt
  
  SN.file.path=
  SN.file.temp.path=