Skip to content

Commit

Permalink
chore: 로컬 DB 연결 설정 제거
Browse files Browse the repository at this point in the history
공통 설정 파일에서 로컬 DB 연결 설정을 제거합니다.

Related to: #95
  • Loading branch information
juwon-code committed Oct 7, 2024
1 parent 66dd4d1 commit 8953b82
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

# application name
spring.application.name=bitta
spring.datasource.url=jdbc:mysql://localhost:3306/project
spring.datasource.username=root
spring.datasource.password=0000

##DDL generation none|validate|update|create|create-drop
spring.jpa.hibernate.ddl-auto=update
Expand Down

0 comments on commit 8953b82

Please sign in to comment.