Skip to content
Snippets Groups Projects
application.properties 306 B
Newer Older
Shrey Patel's avatar
Shrey Patel committed

Sarthak Shrivastava's avatar
Sarthak Shrivastava committed
#spring.jpa.hibernate.ddl-auto=update
spring.jpa.hibernate.ddl-auto=update
Shrey Patel's avatar
Shrey Patel committed
spring.datasource.url=jdbc:mysql://${MYSQL_HOST:localhost}:3306/inventory
spring.datasource.username=root
Shrey Patel's avatar
Shrey Patel committed
spring.datasource.password=APbmCP70!
Shrey Patel's avatar
Shrey Patel committed
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
#spring.jpa.show-sql: true