spring.datasource.url配置改下增加zeroDateTimeBehavior=convertToNull
如下
server.port=9004
spring.application.name=ihrm-system #指定服务名
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.url=jdbc:mysql://localhost:3306/ihrm?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull
spring.datasource.username=root
spring.datasource.password=123456
spring.jpa.database=mysql
spring.jpa.show-sql=true
spring.jpa.open-in-view=true