Skip to content

Commit 0ffad9f

Browse files
committed
test: listen on localhost only.
Fix #110 No functional changes.
1 parent db80ab2 commit 0ffad9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/application-prod.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
spring.profiles: prod
22

3-
server.address: 127.0.0.1
4-
53
spring.datasource.url: jdbc:mysql://localhost:3306/mystamps
64
spring.datasource.username: mystamps
75
spring.datasource.password: q1

src/main/resources/application.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
spring.profiles.active: test
22

3+
server.address: 127.0.0.1
4+
35
spring.main.show-banner: false
46

57
spring.jmx.enabled: false

0 commit comments

Comments
 (0)