From afddf435060c3d9e4f95e8751b3b15f1934831d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Tue, 14 Apr 2020 16:01:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index adb31994..25f396b7 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -6,12 +6,8 @@ spring.datasource.url=jdbc:mysql://127.0.0.1:3306/jsh_erp?useUnicode=true&charac spring.datasource.driverClassName=com.mysql.jdbc.Driver spring.datasource.username=root spring.datasource.password=123456 -#generatorConfig专用属性 -project=src/main/java -resource=src/main/resources +#前端路径 web.front.baseDir=erp_web -mybatis.type-aliases-package=com.jsh.erp.datasource.entities.* -mybatis.mapper-locations=classpath:./mapper_xml/*.xml #mybatis-plus配置 mybatis-plus.mapper-locations=classpath:./mapper_xml/*.xml #租户对应的角色id