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.
14 lines
440 B
14 lines
440 B
server.port=8002
|
|
|
|
spring.datasource.url=jdbc:mysql://10.3.117.26:3306/Shopify_DB?createDatabaseIfNotExist=true
|
|
spring.datasource.username=testuser
|
|
spring.datasource.password=PASSWORD123
|
|
|
|
server.servlet.context-path=/api2
|
|
|
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
|
|
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
spring.jackson.serialization.fail-on-empty-beans=false
|
|
|
|
spring.jpa.properties.hibernate.format_sql=true
|