Commit f35d61ab272d127a6546aef874c18a4583f3291a

Authored by 王富生
2 parents b2819f19 7d45aebd

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

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