| | |
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| | | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
| | | <orai18n.version>11.2.0.4</orai18n.version> |
| | | <mybatisplus.join.version>1.4.4.1</mybatisplus.join.version> |
| | | <spring.boot.version>2.7.1</spring.boot.version> |
| | | <spring.cloud.version>2021.0.3</spring.cloud.version> |
| | | <spring.platform.version>Cairo-SR8</spring.platform.version> |
| | | <maven.plugin.version>3.8.1</maven.plugin.version> |
| | | |
| | | <!-- 推荐使用Harbor --> |
| | | <docker.registry.url>192.168.0.157</docker.registry.url> |
| | |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <!-- jar部署到私服地址 --> |
| | | <distributionManagement> |
| | | <repository> |
| | | <id>rdc-releases</id> |
| | | <url>http://dev.yunkeruida.top:9000/repository/maven-releases/</url> |
| | | </repository> |
| | | <snapshotRepository> |
| | | <id>rdc-snapshots</id> |
| | | <url>http://dev.yunkeruida.top:9000/repository/maven-snapshots/</url> |
| | | </snapshotRepository> |
| | | </distributionManagement> |
| | | |
| | | <build> |
| | | <finalName>${project.name}</finalName> |
| | | <resources> |