.gitignore | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
pom.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/resources/application.yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
.gitignore
@@ -45,4 +45,4 @@ ### folder ### /bak /log /logs pom.xml
@@ -257,7 +257,7 @@ </dependencies> <build> <finalName>server</finalName> <finalName>MoonServer</finalName> <plugins> <plugin> <groupId>org.springframework.boot</groupId> src/main/resources/application.yml
@@ -2,13 +2,13 @@ tomcat: uri-encoding: UTF-8 max-connections: 1000 port: 10000 port: 9000 servlet: context-path: /server context-path: /MoonServer spring: application: name: server name: MoonServer # redis redis: database: 0