| | |
| | | </parent> |
| | | <groupId>com.safeluck</groupId> |
| | | <artifactId>springboot-maven-root</artifactId> |
| | | <version>1.0</version> |
| | | <version>1.01</version> |
| | | <packaging>pom</packaging> |
| | | |
| | | <properties> |
| | |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | <repositories> |
| | | <repository> |
| | | <id>central</id> |
| | | <name>Central Repository</name> |
| | | <url>http://maven.aliyun.com/nexus/content/groups/public/</url> |
| | | <snapshots> |
| | | <enabled>false</enabled> |
| | | </snapshots> |
| | | </repository> |
| | | </repositories> |
| | | <!--<repositories>--> |
| | | <!--<repository>--> |
| | | <!--<id>central</id>--> |
| | | <!--<name>Central Repository</name>--> |
| | | <!--<url>http://maven.aliyun.com/nexus/content/groups/public/</url>--> |
| | | <!--<snapshots>--> |
| | | <!--<enabled>false</enabled>--> |
| | | <!--</snapshots>--> |
| | | <!--</repository>--> |
| | | <!--</repositories>--> |
| | | |
| | | <build> |
| | | <sourceDirectory>${project.basedir}/src/main/kotlin</sourceDirectory> |
| | | <testSourceDirectory>${project.basedir}/src/test/kotlin</testSourceDirectory> |
| | | <plugins> |
| | | <plugin> |
| | | <plugin > |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | | <inherited>false</inherited> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.jetbrains.kotlin</groupId> |
| | | <artifactId>kotlin-maven-plugin</artifactId> |
| | | |
| | | <configuration> |
| | | |
| | | <args> |
| | | <arg>-Xjsr305=strict</arg> |
| | | </args> |
| | | <compilerPlugins> |
| | | <plugin>spring</plugin> |
| | | |
| | | </compilerPlugins> |
| | | |
| | | </configuration> |
| | | <dependencies> |
| | | <dependency> |
| | |
| | | </dependency> |
| | | </dependencies> |
| | | </plugin> |
| | | |
| | | </plugins> |
| | | </build> |
| | | |
| | | <distributionManagement> |
| | | <repository> |
| | | <id>nexus-releases</id> |
| | | <name>libs-releases</name> |
| | | <url>http://192.168.0.36:10010/repository/maven-releases/</url> |
| | | </repository> |
| | | <snapshotRepository> |
| | | <id>nexus-snapshots</id> |
| | | <name>libs-snapshots</name> |
| | | <url>http://192.168.0.36:10010/repository/maven-snapshots/</url> |
| | | </snapshotRepository> |
| | | </distributionManagement> |
| | | |
| | | </project> |