Skip to content

Commit

Permalink
Merge pull request #79 from Yeungnam-Nyang/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
pjs1710 authored Dec 2, 2024
2 parents 6e70f6e + cedc70a commit 1575f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ spring.profiles.active=secret
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/yeungnamnyang?useSSL=false&useUnicode=true&serverTimezone=Asia/Seoul&allowPublicKeyRetrieval=true
spring.datasource.username=root
spring.datasource.password=
spring.datasource.password=pjs76020635@
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
Expand Down

0 comments on commit 1575f8a

Please sign in to comment.