You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
393 B
13 lines
393 B
server.port=59263
|
|
|
|
|
|
spring.datasource.url=jdbc:mysql://localhost:3306/LondonStoreDB?createDatabaseIfNotExist=true
|
|
spring.datasource.username=root
|
|
spring.datasource.password=Password123
|
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
|
|
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
|
|
server.servlet.context-path=/apiCart
|
|
|
|
spring.jackson.serialization.fail-on-empty-beans=false
|