ETL/etl-cleaning/src/main/resources/application.properties

14 lines
566 B
INI

server.port=10001
spring.redis.host=47.101.130.221
spring.redis.port=6379
spring.redis.password=123456
mybatis-plus.type-aliases-package=com.etl.cleaning.domain
mybatis-plus.mapper-locations=classpath:mapper/*.xml
mybatis-plus.configuration.map-underscore-to-camel-case=true
logging.level.com.etl.**=debug
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://47.101.130.221:3306/etl?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC
spring.datasource.username=root
spring.datasource.password=ays@123