Popular
- Get link
- X
- Other Apps
Application.properties file content:
# -----------------------
# Database
# -----------------------
spring.datasource.url=jdbc:mysql://localhost:3306/FullStackDev
spring.datasource.username=root
spring.datasource.password=root
# -----------------------
# Naming entity mapping table in SQL
# -----------------------
spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
# -----------------------
# Show sql
# -----------------------
spring.jpa.properties.hibernate.format_sql=true
logging.level.org.hibernate.SQL=DEBUG
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE
- Get link
- X
- Other Apps
Comments
Post a Comment