server.port=9090 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.url=jdbc:mysql://rm-uf67t3vw28yp475tf1o.mysql.rds.aliyuncs.com:3306/dtok?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&failOverReadOnly=false&useSSL=false&serverTimezone=GMT%2B8 spring.datasource.username=yangchaojie spring.datasource.password=P@ssw0rd spring.jpa.show-sql=true spring.servlet.multipart.max-file-size=10MB spring.servlet.multipart.max-request-size=10MB sa-token.token-name=satoken sa-token.timeout=2592000 sa-token.active-timeout=-1 sa-token.is-concurrent=true sa-token.is-share=true # token风格 sa-token.token-style=uuid # 是否输出操作日志 sa-token.is-log=true logging.config=classpath:log4j2-spring.xml logging.level.com.dtok.repository:trace file.tempDir=E:\\MyProject\\DTok spring.jackson.date-format=yyyy-MM-dd HH:mm:ss spring.jackson.time-zone=Asia/Shanghai