From b37fbdf4ffb6a7edd8b4acb357cb5c6b7b701787 Mon Sep 17 00:00:00 2001 From: xiangZr-hhh <“2774915446@qq.com”> Date: Mon, 22 Jan 2024 19:20:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E9=97=BB=E6=B7=BB=E5=8A=A0=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 35 ++++++++---------------------- 1 file changed, 9 insertions(+), 26 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 2f61e1a..22149f4 100755 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,35 +1,18 @@ +server: + port: 8080 spring: datasource: - url: jdbc:mysql://localhost:3306?organize_oa + url: jdbc:mysql://localhost:3306 username: root - password: Zrx@20041009 + password: 123456 driver-class-name: com.mysql.cj.jdbc.Driver redis: database: 0 - host: localhost + host: 192.168.80.129 port: 6379 - password: Zrx@20041009 - mail: - default-encoding: UTF-8 - host: smtp.qiye.aliyun.com - username: wxxydeveloper@x-lf.cn - password: 114477225588Zcw - properties: - form: wxxydeveloper@x-lf.cn - mail: - smtp: - auth: true - starttls: - enable: true - ssl: - enable: true + password: 123456 + profiles: + active: dev mybatis: configuration: - map-underscore-to-camel-case: true -logging: - level: - root: TRACE - sun.rmi: OFF - org.apache.tomcat: WARN -server: - port: 8155 \ No newline at end of file + map-underscore-to-camel-case: true \ No newline at end of file