Skip to content

Commit d158237

Browse files
committed
update package in JDL
1 parent f0c4ce6 commit d158237

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app.jdl

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ application {
22
config {
33
baseName store,
44
applicationType gateway,
5-
packageName com.jhipster.demo.store,
5+
packageName com.xebialabs.store,
66
serviceDiscoveryType eureka,
77
authenticationType jwt,
88
prodDatabaseType mysql,
@@ -19,7 +19,7 @@ application {
1919
config {
2020
baseName invoice,
2121
applicationType microservice,
22-
packageName com.jhipster.demo.invoice,
22+
packageName com.xebialabs.invoice,
2323
serviceDiscoveryType eureka,
2424
authenticationType jwt,
2525
prodDatabaseType mysql,
@@ -34,7 +34,7 @@ application {
3434
config {
3535
baseName notification,
3636
applicationType microservice,
37-
packageName com.jhipster.demo.notification,
37+
packageName com.xebialabs.notification,
3838
serviceDiscoveryType eureka,
3939
authenticationType jwt,
4040
databaseType mongodb,

0 commit comments

Comments
 (0)