mirror of
https://gitlab.com/etc404/software-engineering-project.git
synced 2026-05-10 20:52:58 +00:00
21 lines
529 B
Properties
21 lines
529 B
Properties
spring.application.name=demo
|
|
|
|
|
|
|
|
spring.datasource.url=jdbc:mysql://localhost:3306/demo
|
|
spring.datasource.username=springuser
|
|
spring.datasource.password=E~zDmEYHd"5?]U%h_-~Y0uEm
|
|
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
|
spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
|
|
spring.jpa.show-sql=true
|
|
spring.jpa.properties.hibernate.format_sql=true
|
|
|
|
spring.jpa.open-in-view=false
|
|
#spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
|
|
|
|
server.port=8080
|