Skip to content

Commit

Permalink
feat: Configure Spring Boot application properties
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Apr 17, 2024
1 parent 652e164 commit 30ab616
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
spring.datasource.url=jdbc:mysql://localhost:3306/mydatabase
spring.datasource.username=myuser
spring.datasource.password=mypassword
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true

0 comments on commit 30ab616

Please sign in to comment.