From 8f781f3cb17187a7ee58f41632c25fbb2aa81cc7 Mon Sep 17 00:00:00 2001 From: linzhijie <19970921lzj> Date: 星期二, 16 三月 2021 19:57:24 +0800 Subject: [PATCH] 补充环境配置 --- pom.xml | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 278c0b1..6988c77 100644 --- a/pom.xml +++ b/pom.xml @@ -248,6 +248,12 @@ <artifactId>springfox-swagger-ui</artifactId> <version>${swagger.version}</version> </dependency> + + <dependency> + <groupId>com.github.ulisesbocchio</groupId> + <artifactId>jasypt-spring-boot-starter</artifactId> + <version>2.0.0</version> + </dependency> <!-- 鑾峰彇绯荤粺淇℃伅 --> <dependency> @@ -360,7 +366,7 @@ <artifactId>tai-ots-framework</artifactId> <version>1.0</version> <scope>system</scope> - <systemPath>${project.basedir}/jar/tai-ots-framework-1.0.jar</systemPath> + <systemPath>${project.basedir}/jar/tai-ots-framework.jar</systemPath> </dependency> </dependencies> @@ -397,6 +403,7 @@ <mainClass>com.ots.OtsApplication</mainClass> <jvmArguments>-Dfile.encoding=UTF-8</jvmArguments> <fork>true</fork> <!-- 濡傛灉娌℃湁璇ラ厤缃紝devtools涓嶄細鐢熸晥 --> + <includeSystemScope>true</includeSystemScope> </configuration> </plugin> <plugin> -- Gitblit v1.9.1