linzhijie
2021-03-16 8f781f3cb17187a7ee58f41632c25fbb2aa81cc7
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>