3 Star 0 Fork 0

灰色阳光 / nullpointer_protocal

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.28 KB
一键复制 编辑 原始数据 按行查看 历史
灰色阳光 提交于 2020-05-01 23:51 . 升级到spring boot 2.2.6
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.15.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>ltd.nullpointer</groupId>
<artifactId>protocal</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<properties>
<thymeleaf-layout-dialect.version>2.3.0</thymeleaf-layout-dialect.version>
<thymeleaf.version>3.0.11.RELEASE</thymeleaf.version>
<thymeleaf-spring4.version>3.0.11.RELEASE</thymeleaf-spring4.version>
<!--<fastjson.version>1.2.51</fastjson.version>-->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<!--<dubbo-spring-boot>1.0.0</dubbo-spring-boot>-->
</properties>
<modules>
<module>tcp-core</module>
<module>tcp-server</module>
<module>front-end</module>
</modules>
<dependencies>
<dependency>
<groupId>boot2-core</groupId>
<artifactId>boot2-core</artifactId>
<version>2.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.googlecode.aviator</groupId>
<artifactId>aviator</artifactId>
<version>4.2.7</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
Java
1
https://gitee.com/zwllxs/nullpointer_protocal.git
git@gitee.com:zwllxs/nullpointer_protocal.git
zwllxs
nullpointer_protocal
nullpointer_protocal
master

搜索帮助