application-include_db.properties 403 Bytes
#----------------- database profile 配置 ----------------#
# 数据源配置
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
# serverTimezone参数解决数据库时区不一致的问题
spring.datasource.url=jdbc:mysql://127.0.0.1/spring_batch_test?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
spring.datasource.username=root
spring.datasource.password=