Commit e2fd0d4fb68a87a75fcea61a55d830d30c73dbb0
1 parent
8ef10799
修改日志文件名
Showing
1 changed file
with
3 additions
and
1 deletions
src/main/resources/application.properties
| ... | ... | @@ -36,7 +36,9 @@ mybatis.mapper-locations=classpath:mapping/*.xml |
| 36 | 36 | mybatis.type-aliases-package=com.cnlive.shenhe.entity |
| 37 | 37 | server.port=82 |
| 38 | 38 | |
| 39 | -spring.application.name=cnlive_shenhe | |
| 39 | +#logback\u65e5\u5fd7\u4e2d\u4f7f\u7528 | |
| 40 | +spring.application.name=cnlive_shenhe_test | |
| 41 | +#spring.application.home=/usr/local/test_cnlive_shenhe/cnlive_shenhe/log | |
| 40 | 42 | |
| 41 | 43 | sync_users_api=http://api.cnlive.com/open/api2/inner2/shenhe/getuser |
| 42 | 44 | sync_users_app_key=314a9dd4-a9b7-4c12-bbbe-1150a36491ae | ... | ... |