Commit f160d36eb9b8d35476138067f49d786714808234
1 parent
627a03be
修改端口
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/application.properties
| ... | ... | @@ -23,7 +23,7 @@ spring.thymeleaf.cache=false |
| 23 | 23 | |
| 24 | 24 | mybatis.mapper-locations=classpath:mapping/*.xml |
| 25 | 25 | mybatis.type-aliases-package=com.cnlive.shenhe.entity |
| 26 | -server.port=80 | |
| 26 | +server.port=81 | |
| 27 | 27 | |
| 28 | 28 | sync_users_api=http://api.cnlive.com/open/api2/inner2/shenhe/getuser |
| 29 | 29 | sync_users_app_key=314a9dd4-a9b7-4c12-bbbe-1150a36491ae | ... | ... |