lidongdong
2024-04-14 efbb80cf7659ed3c41a3378edef06e5d5156e26b
迁移服务器修改配置
20个文件已修改
20 ■■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/applets/pom.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/applets_backstage/pom.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/auth/pom.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/community_backstage/pom.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/config_server/pom.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/eureka_server/pom.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/grid_app/pom.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/grid_backstage/pom.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/huacheng_union_applets/pom.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_api/pom.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_bracelet/pom.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/pom.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_grid/pom.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/pom.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/pom.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_property/pom.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_user/pom.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/shop_backstage/pom.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/timejob/pom.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/zuul/pom.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/applets/pom.xml
@@ -92,6 +92,7 @@
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>2.5.0</version>
                <configuration>
                    <mainClass>com.panzhihua.applets.AppletsApplication</mainClass>
                    <includeSystemScope>true</includeSystemScope>
springcloud_k8s_panzhihuazhihuishequ/applets_backstage/pom.xml
@@ -77,6 +77,7 @@
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>2.5.0</version>
                <configuration>
                    <mainClass>com.panzhihua.applets_backstage.AppletsBackstageApplication</mainClass>
                </configuration>
springcloud_k8s_panzhihuazhihuishequ/auth/pom.xml
@@ -108,6 +108,7 @@
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>2.5.0</version>
                <configuration>
                    <mainClass>com.panzhihua.auth.AuthApplication</mainClass>
                </configuration>
springcloud_k8s_panzhihuazhihuishequ/community_backstage/pom.xml
@@ -92,6 +92,7 @@
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>2.5.0</version>
                <configuration>
                    <mainClass>com.panzhihua.community_backstage.CommunityBackstageApplication</mainClass>
                </configuration>
springcloud_k8s_panzhihuazhihuishequ/config_server/pom.xml
@@ -59,6 +59,7 @@
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>2.5.0</version>
                <configuration>
                    <mainClass>com.panzhihua.config_server.ConfigServerApplication</mainClass>
                </configuration>
springcloud_k8s_panzhihuazhihuishequ/eureka_server/pom.xml
@@ -44,6 +44,7 @@
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>2.5.0</version>
                <configuration>
                    <mainClass>com.panzhihua.eureka_server.EurekaServerApplication</mainClass>
                </configuration>
springcloud_k8s_panzhihuazhihuishequ/grid_app/pom.xml
@@ -71,6 +71,7 @@
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>2.5.0</version>
                <configuration>
                    <mainClass>com.panzhihua.grid_app.GridAppApplication</mainClass>
                </configuration>
springcloud_k8s_panzhihuazhihuishequ/grid_backstage/pom.xml
@@ -76,6 +76,7 @@
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>2.5.0</version>
                <configuration>
                    <mainClass>com.panzhihua.grid_backstage.GridBackstageApplication</mainClass>
                </configuration>
springcloud_k8s_panzhihuazhihuishequ/huacheng_union_applets/pom.xml
@@ -79,6 +79,7 @@
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>2.5.0</version>
                <configuration>
                    <mainClass>com.panzhihua.huacheng-union-applets.HuachengUnionAppletsApplication</mainClass>
                    <includeSystemScope>true</includeSystemScope>
springcloud_k8s_panzhihuazhihuishequ/service_api/pom.xml
@@ -70,6 +70,7 @@
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>2.5.0</version>
                <configuration>
                    <mainClass>com.panzhihua.serviceapi.ServiceApiApplication</mainClass>
                </configuration>
springcloud_k8s_panzhihuazhihuishequ/service_bracelet/pom.xml
@@ -123,6 +123,7 @@
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>2.5.0</version>
                <configuration>
                    <mainClass>com.panzhihua.service_bracelet.ServiceBraceletApplication</mainClass>
                </configuration>
springcloud_k8s_panzhihuazhihuishequ/service_community/pom.xml
@@ -124,6 +124,7 @@
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>2.5.0</version>
                <configuration>
                    <mainClass>com.panzhihua.service_community.ServiceCommunityApplication</mainClass>
                </configuration>
springcloud_k8s_panzhihuazhihuishequ/service_grid/pom.xml
@@ -90,6 +90,7 @@
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>2.5.0</version>
                <configuration>
                    <mainClass>com.panzhihua.service_grid.ServiceGridApplication</mainClass>
                </configuration>
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/pom.xml
@@ -124,6 +124,7 @@
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>2.5.0</version>
                <configuration>
                    <mainClass>com.panzhihua.service_jinhui_community.ServiceJinHuiCommunityApplication</mainClass>
                </configuration>
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/pom.xml
@@ -77,6 +77,7 @@
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>2.5.0</version>
                <configuration>
                    <mainClass>com.panzhihua.service_dangjian.ServiceDangjianApplication</mainClass>
                </configuration>
springcloud_k8s_panzhihuazhihuishequ/service_property/pom.xml
@@ -124,6 +124,7 @@
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>2.5.0</version>
                <configuration>
                    <mainClass>com.panzhihua.service_property.ServicePropertyApplication</mainClass>
                </configuration>
springcloud_k8s_panzhihuazhihuishequ/service_user/pom.xml
@@ -89,6 +89,7 @@
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>2.5.0</version>
                <configuration>
                    <mainClass>com.panzhihua.service_user.ServiceUserApplication</mainClass>
                </configuration>
springcloud_k8s_panzhihuazhihuishequ/shop_backstage/pom.xml
@@ -73,6 +73,7 @@
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>2.5.0</version>
                <configuration>
                    <mainClass>com.panzhihua.shop_backstage.ShopBackstageApplication</mainClass>
                </configuration>
springcloud_k8s_panzhihuazhihuishequ/timejob/pom.xml
@@ -66,6 +66,7 @@
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>2.5.0</version>
                <configuration>
                    <mainClass>com.panzhihua.timejob.TimejobApplication</mainClass>
                </configuration>
springcloud_k8s_panzhihuazhihuishequ/zuul/pom.xml
@@ -73,6 +73,7 @@
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>2.5.0</version>
                <configuration>
                    <mainClass>com.panzhihua.zuul.ZuulApplication</mainClass>
                </configuration>