Skip to content

Commit 2fb3eea

Browse files
authored
chore: application.propertise 포트 변경
1 parent 07ac855 commit 2fb3eea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
spring.application.name=openMission
22
spring.profiles.include=oauth
3-
server.port=8080
3+
server.port=${PORT:9090}
44

55
spring.datasource.url=${DB_URL:jdbc:h2:./mydb;AUTO_SERVER=TRUE}
66
spring.datasource.username=${DB_USERNAME:sa}

0 commit comments

Comments
 (0)