Skip to content

Commit e73b22b

Browse files
authored
chore: 포트 지정 삭제
1 parent d6c19cf commit e73b22b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/resources/application.properties

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

54
spring.datasource.url=${DB_URL:jdbc:h2:./mydb;AUTO_SERVER=TRUE}
65
spring.datasource.username=${DB_USERNAME:sa}
@@ -11,4 +10,4 @@ spring.jpa.hibernate.ddl-auto=update
1110
spring.jpa.show-sql=true
1211

1312
# H2
14-
spring.h2.console.enabled=false
13+
spring.h2.console.enabled=false

0 commit comments

Comments
 (0)