Commit 62dd484b4b0757e3cc4205f2c42383fe48c7df17
1 parent
f40bf8ee
feat:新增Dockerfile/docker-compose文件
Showing
8 changed files
with
44 additions
and
4 deletions
admin/Dockerfile
0 → 100644
admin/docker-compose.yml
0 → 100644
admin/pom.xml
... | ... | @@ -174,7 +174,7 @@ |
174 | 174 | </dependency> |
175 | 175 | </dependencies> |
176 | 176 | <build> |
177 | - <finalName>canrd-com.canrd.shop.template.service-1.0-SNAPSHOT</finalName> | |
177 | + <finalName>admin.service-1.0-SNAPSHOT</finalName> | |
178 | 178 | <plugins> |
179 | 179 | <plugin> |
180 | 180 | <groupId>org.apache.maven.plugins</groupId> | ... | ... |
admin/src/main/resources/application.yml
shop/Dockerfile
0 → 100644
shop/docker-compose.yml
0 → 100644
shop/pom.xml
... | ... | @@ -100,7 +100,7 @@ |
100 | 100 | </dependency> |
101 | 101 | </dependencies> |
102 | 102 | <build> |
103 | - <finalName>com.canrd.shop.template.service-1.0-SNAPSHOT</finalName> | |
103 | + <finalName>shop.services-1.0-SNAPSHOT</finalName> | |
104 | 104 | <plugins> |
105 | 105 | <plugin> |
106 | 106 | <groupId>org.apache.maven.plugins</groupId> | ... | ... |