| | |
| | | <parent> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-parent</artifactId> |
| | | <version>2.7.2</version> |
| | | <version>2.7.17</version> |
| | | </parent> |
| | | |
| | | <groupId>com.genersoft</groupId> |
| | |
| | | </releases> |
| | | </repository> |
| | | </repositories> |
| | | |
| | | <pluginRepositories> |
| | | <pluginRepository> |
| | | <id>nexus-aliyun</id> |
| | |
| | | |
| | | <!-- mysql数据库 --> |
| | | <dependency> |
| | | <groupId>mysql</groupId> |
| | | <artifactId>mysql-connector-java</artifactId> |
| | | <version>8.0.30</version> |
| | | <groupId>com.mysql</groupId> |
| | | <artifactId>mysql-connector-j</artifactId> |
| | | <version>8.2.0</version> |
| | | </dependency> |
| | | |
| | | <!--postgresql--> |
| | |
| | | |
| | | <!-- kingbase人大金仓 --> |
| | | <!-- 手动下载驱动后安装 --> |
| | | <!-- mvn install:install-file -Dfile=/home/lin/soft/kingbase/jdbc-aarch/kingbase8-8.6.0.jar -DgroupId=com.kingbase -DartifactId=kingbase8 -Dversion=8.6.0 -Dpackaging=jar |
| | | --> |
| | | <!-- mvn install:install-file -Dfile=/home/lin/soft/kingbase/jdbc-aarch/kingbase8-8.6.0.jar -DgroupId=com.kingbase -DartifactId=kingbase8 |
| | | -Dversion=8.6.0 -Dpackaging=jar --> |
| | | <dependency> |
| | | <groupId>com.kingbase</groupId> |
| | | <artifactId>kingbase8</artifactId> |
| | |
| | | <dependency> |
| | | <groupId>org.springdoc</groupId> |
| | | <artifactId>springdoc-openapi-ui</artifactId> |
| | | <version>1.6.10</version> |
| | | <version>1.7.0</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <groupId>org.yaml</groupId> |
| | | <artifactId>snakeyaml</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.yaml</groupId> |
| | | <artifactId>snakeyaml</artifactId> |
| | | <version>2.2</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | |
| | | <groupId>org.dom4j</groupId> |
| | | <artifactId>dom4j</artifactId> |
| | | <version>2.1.3</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.google.guava</groupId> |
| | | <artifactId>guava</artifactId> |
| | | <version>20.0</version> |
| | | </dependency> |
| | | |
| | | <!-- json解析库fastjson2 --> |
| | |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>easyexcel</artifactId> |
| | | <version>3.1.1</version> |
| | | <version>3.3.2</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <groupId>org.apache.commons</groupId> |
| | | <artifactId>commons-compress</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.commons</groupId> |
| | | <artifactId>commons-compress</artifactId> |
| | | <version>1.24.0</version> |
| | | </dependency> |
| | | |
| | | <!-- 获取系统信息 --> |
| | |
| | | <artifactId>spring-session-core</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- <!– 检测文件编码 –>--> |
| | | <!-- <!– https://mvnrepository.com/artifact/cpdetector/cpdetector –>--> |
| | | <!-- 检测文件编码 --> |
| | | <!-- https://mvnrepository.com/artifact/cpdetector/cpdetector --> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>cpdetector</groupId>--> |
| | | <!-- <artifactId>cpdetector</artifactId>--> |
| | |
| | | <dependency> |
| | | <groupId>com.google.guava</groupId> |
| | | <artifactId>guava</artifactId> |
| | | <version>31.1-jre</version> |
| | | <version>32.1.3-jre</version> |
| | | </dependency> |
| | | |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-test</artifactId> |
| | | <!-- <scope>test</scope>--> |
| | | <scope>test</scope> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | | |
| | | <build> |
| | | <finalName>${project.artifactId}-${project.version}-${maven.build.timestamp}</finalName> |
| | |
| | | <includeSystemScope>true</includeSystemScope> |
| | | </configuration> |
| | | </plugin> |
| | | |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-compiler-plugin</artifactId> |
| | |
| | | <skipTests>true</skipTests> |
| | | </configuration> |
| | | </plugin> |
| | | |
| | | </plugins> |
| | | <resources> |
| | | <resource> |