src/main/resources/application.yml
@@ -1,6 +1,7 @@ server: tomcat: uri-encoding: UTF-8 max-connections: 1000 port: 12316 #servlet: # context-path: /land @@ -8,6 +9,8 @@ name: land spring: session: timeout: PT20M # 20分钟 datasource: username : postgres password: postgres