代码拉取完成,页面将自动刷新
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<!-- ================================================================ -->
<!-- parent -->
<!-- ================================================================ -->
<parent>
<groupId>org.yage.hello</groupId>
<artifactId>yage-hello</artifactId>
<version>0.0.1-SNAPSHOT</version>
<!-- <relativePath/> <!– lookup parent from repository –>-->
</parent>
<!-- ================================================================ -->
<!-- basic maven info -->
<!-- ================================================================ -->
<modelVersion>4.0.0</modelVersion>
<artifactId>yage-demo</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>yage-demo</name>
<description>Demo project for Spring Boot</description>
<!-- ================================================================ -->
<!-- properties -->
<!-- ================================================================ -->
<properties>
<java.version>1.8</java.version>
</properties>
<!-- ================================================================ -->
<!-- dependencies -->
<!-- ================================================================ -->
<dependencies>
<!-- ******************************** -->
<!-- yage-common -->
<!-- ******************************** -->
<dependency>
<groupId>org.yage.hello</groupId>
<artifactId>yage-common</artifactId>
</dependency>
<!-- ******************************** -->
<!-- zipkin -->
<!-- ******************************** -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-zipkin</artifactId>
</dependency>
<!-- ******************************** -->
<!-- lombok -->
<!-- ******************************** -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<!-- ******************************** -->
<!-- logstash -->
<!-- ******************************** -->
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
</dependency>
<!-- ******************************** -->
<!-- nacos -->
<!-- ******************************** -->
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
</dependency>
<!-- ******************************** -->
<!-- db -->
<!-- ******************************** -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-jdbc-core-spring-boot-starter</artifactId>
<version>5.0.0</version>
</dependency>
</dependencies>
<!-- ================================================================ -->
<!-- build -->
<!-- ================================================================ -->
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。