From 48959b0b908dd57bf9dd991b75756ac2698f2b4d Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期四, 12 十月 2023 10:48:11 +0800 Subject: [PATCH] 修改了数据排名清单的sql语句 --- src/main/resources/application.yml | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index ce8572e..b9c85fe 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,12 +1,17 @@ spring: datasource: - driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://localhost:3306/qianduan_sql - username: root - password: 1234 + driver-class-name: com.mysql.cj.jdbc.Driver +# url: jdbc:mysql://localhost:3306/fume +# username: fume +# password: fume_feiyu2023 + + url: jdbc:mysql://localhost:3306/qianduan_sql + username: root + password: 1234 mybatis: configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl map-underscore-to-camel-case: true - +server: + port: 8081 -- Gitblit v1.9.3