| | |
| | | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| | | <modelVersion>4.0.0</modelVersion> |
| | | |
| | | <groupId>org.springblade</groupId> |
| | | <groupId>com.vci.ubcs</groupId> |
| | | <artifactId>UBCS</artifactId> |
| | | <version>3.0.1.RELEASE</version> |
| | | <packaging>pom</packaging> |
| | |
| | | <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> |
| | | <docker.registry.host>http://${docker.registry.url}:2375</docker.registry.host> |
| | | <docker.username>admin</docker.username> |
| | | <docker.password>Harbor12345</docker.password> |
| | | <docker.namespace>blade</docker.namespace> |
| | | <docker.namespace>ubcs</docker.namespace> |
| | | <docker.plugin.version>1.4.13</docker.plugin.version> |
| | | </properties> |
| | | |
| | |
| | | <scope>import</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springblade</groupId> |
| | | <groupId>com.vci.ubcs</groupId> |
| | | <artifactId>ubcs-common</artifactId> |
| | | <version>${bladex.project.version}</version> |
| | | <version>3.0.1.RELEASE</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | |
| | | </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> |