application配置

spring.application.name=SpringL1

server.port=8080

spring.datasource.url=jdbc:mysql://localhost:3307/springboot_xushu?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8&useSSL=false&allowMultiQueries=true
spring.datasource.username=root
spring.datasource.password=root
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver

#spring.jpa.show-sql=true
#spring.jpa.properties.hibernate.format_sql=true
#spring.jpa.hibernate.ddl-auto=update

posted on 2025-06-01 15:50  HA_wind  阅读(9)  评论(0)    收藏  举报

导航