mirror of
https://github.com/Nezumi-2711/spring-boot-ecommerce.git
synced 2026-09-22 20:02:03 +00:00
Convert gradle to maven
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
#spring.datasource.url=jdbc:mysql://${MYSQLHOST}:${MYSQLPORT}/${MYSQLDATABASE}?useSSL=false&useUnicode=yes&characterEncoding=UTF-8&allowPublicKeyRetrieval=true&serverTimezone=UTC
|
||||
#spring.datasource.username=${MYSQLUSER}
|
||||
#spring.datasource.password=${MYSQLPASSWORD}
|
||||
|
||||
|
||||
spring.datasource.url=jdbc:mysql://localhost:3306/full-stack-ecommerce?useSSL=false&useUnicode=yes&characterEncoding=UTF-8&allowPublicKeyRetrieval=true&serverTimezone=UTC
|
||||
spring.datasource.username=ecommerceapp
|
||||
spring.datasource.password=Phanhuuloi2@@1
|
||||
|
||||
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect
|
||||
|
||||
spring.data.rest.base-path=/api
|
||||
Reference in New Issue
Block a user