From 30d95be96de9bb0d33eec00fe2eee4adcc90202c Mon Sep 17 00:00:00 2001 From: cxuan Date: Tue, 30 May 2023 18:33:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=BF=9E=E6=8E=A5=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 application.yml diff --git a/application.yml b/application.yml new file mode 100644 index 0000000..7fedd2f --- /dev/null +++ b/application.yml @@ -0,0 +1,15 @@ +# 应用服务 WEB 访问端口 +server: + port: 8080 +# 应用名称 +spring: + application: + name: netstate + #数据库配置连接 + datasource: + url: jdbc:mysql://123.60.169.47:33069/netstate?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai + username: root + password: "517517." + driver-class-name: com.mysql.cj.jdbc.Driver + jpa: + show-sql: true \ No newline at end of file