From 5a62019cddf01997035a0592192e2e0401937845 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期二, 08 十二月 2020 16:21:30 +0800 Subject: [PATCH] 更新 如何修改为Tomcat相关注释配置与说明 --- pom.xml | 34 ++++++++++++++++++++++++++++++++-- 1 files changed, 32 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5c0870d..b9d170b 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <java.version>1.8</java.version> <maven-jar-plugin.version>3.1.1</maven-jar-plugin.version> <druid.version>1.2.2</druid.version> - <bitwalker.version>1.19</bitwalker.version> + <bitwalker.version>1.21</bitwalker.version> <swagger.version>2.9.2</swagger.version> <kaptcha.version>2.3.2</kaptcha.version> <pagehelper.boot.version>1.3.0</pagehelper.boot.version> @@ -28,7 +28,7 @@ <jna.version>5.6.0</jna.version> <commons.io.version>2.5</commons.io.version> <commons.fileupload.version>1.3.3</commons.fileupload.version> - <poi.version>3.17</poi.version> + <poi.version>4.1.2</poi.version> <velocity.version>1.7</velocity.version> <jwt.version>0.9.1</jwt.version> <mybatis-plus.version>3.4.1</mybatis-plus.version> @@ -249,6 +249,14 @@ </configuration> </plugin> </plugins> + <resources> + <resource> + <!--鎵撳寘璇ョ洰褰曚笅鐨� application.yml --> + <directory>src/main/resources</directory> + <!-- 鍚敤杩囨护 鍗宠璧勬簮涓殑鍙橀噺灏嗕細琚繃婊ゅ櫒涓殑鍊兼浛鎹� --> + <filtering>true</filtering> + </resource> + </resources> </build> <repositories> @@ -276,4 +284,26 @@ </pluginRepository> </pluginRepositories> + <profiles> + <profile> + <id>dev</id> + <properties> + <!-- 鐜鏍囪瘑锛岄渶瑕佷笌閰嶇疆鏂囦欢鐨勫悕绉扮浉瀵瑰簲 --> + <profiles.active>dev</profiles.active> + <logging.level>debug</logging.level> + </properties> + <activation> + <!-- 榛樿鐜 --> + <activeByDefault>true</activeByDefault> + </activation> + </profile> + <profile> + <id>prod</id> + <properties> + <profiles.active>prod</profiles.active> + <logging.level>warn</logging.level> + </properties> + </profile> + </profiles> + </project> \ No newline at end of file -- Gitblit v1.9.3