Browse Source

test env

feature/yujt_points
yujt 5 years ago
parent
commit
05775f9273
  1. 3
      .gitmodules
  2. 1
      epdc-cloud-gateway-yushan
  3. 2
      epdc-cloud-news/Dockerfile
  4. 4
      epdc-cloud-news/pom.xml
  5. 1
      pom.xml

3
.gitmodules

@ -4,9 +4,6 @@
[submodule "epdc-cloud-commons-yushan"] [submodule "epdc-cloud-commons-yushan"]
path = epdc-cloud-commons-yushan path = epdc-cloud-commons-yushan
url = http://121.42.41.42:7070/r/epdc-cloud-commons-yushan.git url = http://121.42.41.42:7070/r/epdc-cloud-commons-yushan.git
[submodule "epdc-cloud-gateway-yushan"]
path = epdc-cloud-gateway-yushan
url = http://121.42.41.42:7070/r/epdc-cloud-gateway-yushan.git
[submodule "epdc-cloud-parent-yushan"] [submodule "epdc-cloud-parent-yushan"]
path = epdc-cloud-parent-yushan path = epdc-cloud-parent-yushan
url = http://121.42.41.42:7070/r/epdc-cloud-parent-yushan.git url = http://121.42.41.42:7070/r/epdc-cloud-parent-yushan.git

1
epdc-cloud-gateway-yushan

@ -1 +0,0 @@
Subproject commit 29307425ebc6c065fa5c2559dd4aa1013a8a7a77

2
epdc-cloud-news/Dockerfile

@ -1,5 +1,5 @@
# 基础镜像 # 基础镜像
FROM openjdk:8u242-jdk-buster FROM openjdk:8u252
# 作者 # 作者
MAINTAINER rongchao@elink-cn.com MAINTAINER rongchao@elink-cn.com
# 对应pom.xml文件中的dockerfile-maven-plugin插件JAR_FILE的值 # 对应pom.xml文件中的dockerfile-maven-plugin插件JAR_FILE的值

4
epdc-cloud-news/pom.xml

@ -158,7 +158,7 @@
<spring.profiles.active>test</spring.profiles.active> <spring.profiles.active>test</spring.profiles.active>
<docker.tag>test</docker.tag> <docker.tag>test</docker.tag>
<server.port>10011</server.port> <server.port>17027</server.port>
<spring.redis.index>9</spring.redis.index> <spring.redis.index>9</spring.redis.index>
<spring.redis.host>114.215.125.123</spring.redis.host> <spring.redis.host>114.215.125.123</spring.redis.host>
@ -177,7 +177,7 @@
<nacos.namespace>de000340-5fc4-45aa-bdbc-dd96852012ad</nacos.namespace> <nacos.namespace>de000340-5fc4-45aa-bdbc-dd96852012ad</nacos.namespace>
<!--RocketMQ--> <!--RocketMQ-->
<rocketmq.name.server>47.104.85.99:9876;114.215.125.123:9876</rocketmq.name.server> <rocketmq.name.server>47.104.85.99:9876</rocketmq.name.server>
<rocketmq.consumer.group>organizationGroup</rocketmq.consumer.group> <rocketmq.consumer.group>organizationGroup</rocketmq.consumer.group>
</properties> </properties>
<!--properties> <!--properties>

1
pom.xml

@ -16,7 +16,6 @@
<module>epdc-cloud-news</module> <module>epdc-cloud-news</module>
<module>epdc-cloud-client-yushan</module> <module>epdc-cloud-client-yushan</module>
<module>epdc-cloud-commons-yushan</module> <module>epdc-cloud-commons-yushan</module>
<module>epdc-cloud-gateway-yushan</module>
<module>epdc-cloud-parent-yushan</module> <module>epdc-cloud-parent-yushan</module>
</modules> </modules>

Loading…
Cancel
Save