Commit 119be52c84547f662e3c5c93cb569411716357fb

Authored by 王飞
2 parents 07f9ae31 86cf3023

Merge branch 'branch0905' of http://192.168.1.195:9998/ZTEITS-Developers/zteits-…

…gcp-portal.git into branch0905
src/main/resources/application.properties
1   -project.syscode=zteits-park-portal
2   -spring.application.name=zteits-park-portal
  1 +project.syscode=zteits-gcp-portal
  2 +spring.application.name=zteits-gcp-portal
3 3 server.port=8094
4 4  
5 5 # logging
6 6 logging.level.root=info
7 7 #logging.level.org.springframework.web=DEBUG
8 8 logging.level.com.zteits.irain.portal=debug
9   -#logging.path=${user.home}/logs
  9 +logging.path=./logs/${spring.application.name}
10 10 logging.file=${spring.application.name}.log
11 11 logging.config=classpath:logback-spring.xml
12 12  
... ...