|
@@ -1 +1,150 @@
|
|
|
-hdskhkslajkn
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+
|
|
|
+-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
|
|
|
+
|
|
|
+<modelVersion>4.0.0</modelVersion>
|
|
|
+
|
|
|
+
|
|
|
+-<parent>
|
|
|
+
|
|
|
+<groupId>org.springframework.boot</groupId>
|
|
|
+
|
|
|
+<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
+
|
|
|
+<version>2.1.13.RELEASE</version>
|
|
|
+
|
|
|
+<relativePath/>
|
|
|
+
|
|
|
+<!-- lookup parent from repository -->
|
|
|
+
|
|
|
+
|
|
|
+</parent>
|
|
|
+
|
|
|
+<groupId>com.huimv</groupId>
|
|
|
+
|
|
|
+<artifactId>huimv-cloud-alibaba-demo</artifactId>
|
|
|
+
|
|
|
+<version>0.0.1-SNAPSHOT</version>
|
|
|
+
|
|
|
+<name>huimv-cloud-alibaba-demo</name>
|
|
|
+
|
|
|
+<description>각쟁것것 壇痰친욥</description>
|
|
|
+
|
|
|
+
|
|
|
+-<properties>
|
|
|
+
|
|
|
+<java.version>1.8</java.version>
|
|
|
+
|
|
|
+<spring-cloud.version>Greenwich.SR5</spring-cloud.version>
|
|
|
+
|
|
|
+</properties>
|
|
|
+
|
|
|
+
|
|
|
+-<dependencies>
|
|
|
+
|
|
|
+<!-- <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId></dependency> -->
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+-<dependency>
|
|
|
+
|
|
|
+<groupId>org.springframework.boot</groupId>
|
|
|
+
|
|
|
+<artifactId>spring-boot-starter-web</artifactId>
|
|
|
+
|
|
|
+</dependency>
|
|
|
+
|
|
|
+
|
|
|
+-<dependency>
|
|
|
+
|
|
|
+<groupId>org.springframework.boot</groupId>
|
|
|
+
|
|
|
+<artifactId>spring-boot-starter-actuator</artifactId>
|
|
|
+
|
|
|
+</dependency>
|
|
|
+
|
|
|
+
|
|
|
+-<dependency>
|
|
|
+
|
|
|
+<groupId>com.alibaba.cloud</groupId>
|
|
|
+
|
|
|
+<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
|
|
|
+
|
|
|
+</dependency>
|
|
|
+
|
|
|
+
|
|
|
+-<dependency>
|
|
|
+
|
|
|
+<groupId>org.springframework.boot</groupId>
|
|
|
+
|
|
|
+<artifactId>spring-boot-starter-test</artifactId>
|
|
|
+
|
|
|
+<scope>test</scope>
|
|
|
+
|
|
|
+</dependency>
|
|
|
+
|
|
|
+</dependencies>
|
|
|
+
|
|
|
+
|
|
|
+-<dependencyManagement>
|
|
|
+
|
|
|
+
|
|
|
+-<dependencies>
|
|
|
+
|
|
|
+
|
|
|
+-<dependency>
|
|
|
+
|
|
|
+<groupId>org.springframework.cloud</groupId>
|
|
|
+
|
|
|
+<artifactId>spring-cloud-dependencies</artifactId>
|
|
|
+
|
|
|
+<version>${spring-cloud.version}</version>
|
|
|
+
|
|
|
+<type>pom</type>
|
|
|
+
|
|
|
+<scope>import</scope>
|
|
|
+
|
|
|
+</dependency>
|
|
|
+
|
|
|
+<!-- 각쟁것것 -->
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+-<dependency>
|
|
|
+
|
|
|
+<groupId>com.alibaba.cloud</groupId>
|
|
|
+
|
|
|
+<artifactId>spring-cloud-alibaba-dependencies</artifactId>
|
|
|
+
|
|
|
+<version>2.1.0.RELEASE</version>
|
|
|
+
|
|
|
+<type>pom</type>
|
|
|
+
|
|
|
+<scope>import</scope>
|
|
|
+
|
|
|
+</dependency>
|
|
|
+
|
|
|
+</dependencies>
|
|
|
+
|
|
|
+</dependencyManagement>
|
|
|
+
|
|
|
+
|
|
|
+-<build>
|
|
|
+
|
|
|
+
|
|
|
+-<plugins>
|
|
|
+
|
|
|
+
|
|
|
+-<plugin>
|
|
|
+
|
|
|
+<groupId>org.springframework.boot</groupId>
|
|
|
+
|
|
|
+<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
+
|
|
|
+</plugin>
|
|
|
+
|
|
|
+</plugins>
|
|
|
+
|
|
|
+</build>
|
|
|
+
|
|
|
+</project>
|