You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
server:
|
|
|
|
port: 9001
|
|
|
|
spring:
|
|
|
|
application:
|
|
|
|
name: nla-user-service
|
|
|
|
redis:
|
|
|
|
host: 127.0.0.1
|
|
|
|
port: 6379
|
|
|
|
database: 0
|
|
|
|
#数据库配置
|
|
|
|
datasource:
|
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
url: jdbc:mysql://117.72.43.105:3306/p_nla_user?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai
|
|
|
|
username: root
|
|
|
|
password: Yuan625621105.
|
|
|
|
mail:
|
|
|
|
host: smtp.qq.com
|
|
|
|
username: 625621105@qq.com
|
|
|
|
password: iqaadvnrobajbfef
|
|
|
|
from: 625621105@qq.com
|
|
|
|
properties.mail.smtp.starttls.enable: true
|
|
|
|
properties.mail.smtp.starttls.required: true
|
|
|
|
properties.mail.smtp.ssl.enable: true
|
|
|
|
default-encoding: utf-8
|
|
|
|
#配置plus打印sql⽇志
|
|
|
|
mybatis-plus:
|
|
|
|
configuration:
|
|
|
|
log-impl:
|
|
|
|
org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
|
#设置⽇志级别,ERROR/WARN/INFO/DEBUG,默认是INFO以上才显示
|
|
|
|
#logging:
|
|
|
|
# level:
|
|
|
|
# root: INFO
|
|
|
|
|
|
|
|
#阿里云OSS配置
|
|
|
|
aliyun:
|
|
|
|
oss:
|
|
|
|
endpoint: oss-cn-beijing.aliyuncs.com
|
|
|
|
access-key-id: LTAI5tGbV7aVMVKSnoDwmFUY
|
|
|
|
access-key-secret: U4W5fsdxjAh5f3udizbYNFdUldD8pZ
|
|
|
|
bucketname: yzdan
|