linzhijie
2021-04-12 2f737df6f8e482540a465445bdb003d98103db54
pom.xml
@@ -248,13 +248,7 @@
         <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>
         <groupId>com.github.oshi</groupId>
@@ -360,75 +354,12 @@
            <version>13.0</version>
            <scope>compile</scope>
        </dependency>
      <dependency>
         <groupId>com.ots</groupId>
         <artifactId>tai-ots-framework</artifactId>
         <version>1.0</version>
      </dependency>
    </dependencies>
<!--   <build>-->
<!--      <finalName>${project.artifactId}</finalName>-->
<!--      <plugins>-->
<!--         <plugin>-->
<!--            <groupId>org.springframework.boot</groupId>-->
<!--            <artifactId>spring-boot-maven-plugin</artifactId>-->
<!--            <configuration>-->
<!--               <fork>true</fork> &lt;!&ndash; 如果没有该配置,devtools不会生效 &ndash;&gt;-->
<!--            </configuration>-->
<!--         </plugin>-->
<!--      </plugins>-->
<!--   </build>-->
   <build>
      <plugins>
         <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-compiler-plugin</artifactId>
            <configuration>
               <source>1.8</source>
               <target>1.8</target>
               <encoding>utf-8</encoding>
            </configuration>
         </plugin>
         <plugin>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-maven-plugin</artifactId>
            <configuration>
               <mainClass>com.ots.OtsApplication</mainClass>
               <jvmArguments>-Dfile.encoding=UTF-8</jvmArguments>
               <fork>true</fork> <!-- 如果没有该配置,devtools不会生效 -->
            </configuration>
         </plugin>
      </plugins>
   </build>
   <repositories>
      <repository>
         <id>public</id>
         <name>aliyun nexus</name>
         <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
         <releases>
            <enabled>true</enabled>
         </releases>
      </repository>
   </repositories>
   <pluginRepositories>
      <pluginRepository>
         <id>public</id>
         <name>aliyun nexus</name>
         <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
         <releases>
            <enabled>true</enabled>
         </releases>
         <snapshots>
            <enabled>false</enabled>
         </snapshots>
      </pluginRepository>
   </pluginRepositories>
   </dependencies>
</project>