From 3eb563962cf1f6f6278fd88352fcb78d22e8a7ad Mon Sep 17 00:00:00 2001 From: "wh.zhou" Date: Mon, 4 Dec 2023 13:51:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20'target/classes/applicatio?= =?UTF-8?q?n.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- target/classes/application.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 target/classes/application.yml diff --git a/target/classes/application.yml b/target/classes/application.yml deleted file mode 100644 index f57d40d..0000000 --- a/target/classes/application.yml +++ /dev/null @@ -1,27 +0,0 @@ -#端口号 -server: - port: 8088 - - #数据源配置 -spring: - datasource: - driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://localhost:3306/cac?characterEncoding=utf-8&serverTimezone=UTC - username: root - password: root - #sql: - #init: - #指定脚本文件位置 - #schema-locations: classpath:user.sql - #初始化方式 - #mode: always - #设置数据源类型C - type: com.alibaba.druid.pool.DruidDataSource -mybatis: - configuration: - map-underscore-to-camel-case: true - #mybatis: - #指定mybatis配置文件的位置 - #config-location: classpath:mybatis/mybatis-config.xml - #指定映射文件的位置 - mapper-locations: classpath:mybatis/mapper/*.xml \ No newline at end of file