代码拉取完成,页面将自动刷新
同步操作将从 陆永剑/beiguo-cloud 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.beiguo.cloud</groupId>
<artifactId>beiguo-cloud</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<modules>
<module>components</module>
<module>platform</module>
<module>services</module>
</modules>
<properties>
<java.version>1.8</java.version>
<spring.boot-version>2.3.12.RELEASE</spring.boot-version>
<spring.cloud-version>Hoxton.SR7</spring.cloud-version>
<alibaba.cloud.version>2.2.1.RELEASE</alibaba.cloud.version>
<!--自定义版本-->
<!--API网关版本-->
<beiguo.cloud.api-gateway.version>1.0.0-SNAPSHOT</beiguo.cloud.api-gateway.version>
<beiguo.cloud.common.version>1.0.0-SNAPSHOT</beiguo.cloud.common.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring.boot-version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<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>${alibaba.cloud.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<!--环境-->
<profiles>
<profile>
<id>dev</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<profile.name>dev</profile.name>
<config.server-addr>192.168.0.100:8848</config.server-addr>
<config.namespace></config.namespace>
<discovery.server-addr>192.168.0.100:8848</discovery.server-addr>
</properties>
</profile>
</profiles>
<build>
<resources>
<resource>
<!--指定resources插件处理哪个目录下的资源文件-->
<directory>src/main/resources</directory>
<!--打开资源过滤功能-->
<filtering>true</filtering>
</resource>
</resources>
</build>
</project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。