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