From 6dfc9901ab0f5fef3ff8c23ad02a5327c349fa82 Mon Sep 17 00:00:00 2001 From: Yutousama <583819556@qq.com> Date: Mon, 16 May 2022 00:53:12 +0800 Subject: [PATCH] update --- pom.xml | 19 ------------------- .../resources/application.properties.debug | 10 ++++++++++ 2 files changed, 10 insertions(+), 19 deletions(-) create mode 100644 src/main/resources/application.properties.debug diff --git a/pom.xml b/pom.xml index bf055ac..e2fd69e 100644 --- a/pom.xml +++ b/pom.xml @@ -112,25 +112,6 @@ ${project.basedir}/src/main/java ${project.basedir}/src/test/java - - org.apache.maven.plugins - maven-antrun-plugin - 1.8 - - - test - - run - - - - 复制正式文件 - - - - - - org.springframework.boot spring-boot-maven-plugin diff --git a/src/main/resources/application.properties.debug b/src/main/resources/application.properties.debug new file mode 100644 index 0000000..efac00f --- /dev/null +++ b/src/main/resources/application.properties.debug @@ -0,0 +1,10 @@ +server.port=8000 +spring.datasource.url=jdbc:mysql://127.0.0.1/databases?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true +spring.datasource.username=user +spring.datasource.password=password +mybatis.mapper-locations=classpath:mapper/*.xml +#mybatis.config-location=classpath:mybatis-config.xml +mybatis.type-aliases-package=com.yutou.tools.mybatis +#��ӡmybatis��־ +#logging.level.com.yutou.tools=debug +#server.servlet.session.timeout=10s \ No newline at end of file