| | |
| | | 开发环境拓展,实现类似阿里的特性环境的能力 |
| | | 1. https://segmentfault.com/a/1190000018022987 |
| | | </description> |
| | | <url>https://github.com/YunaiV/ruoyi-vue-pro</url> |
| | | <url>http://172.16.8.100:8888/summary/iailab-plat.git</url> |
| | | |
| | | <properties> |
| | | <maven.compiler.source>8</maven.compiler.source> |
| | |
| | | <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <build> |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-assembly-plugin</artifactId> |
| | | <version>3.3.0</version> |
| | | <executions> |
| | | <execution> |
| | | <phase>package</phase> |
| | | <goals> |
| | | <goal>single</goal> |
| | | </goals> |
| | | </execution> |
| | | </executions> |
| | | <configuration> |
| | | <descriptorRefs> |
| | | <descriptorRef>jar-with-dependencies</descriptorRef> |
| | | </descriptorRefs> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |
| | | </build> |
| | | |
| | | </project> |