lirl 3 rokov pred
rodič
commit
7c864416a4
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      src/main/resources/bootstrap.properties

+ 2 - 2
src/main/resources/bootstrap.properties

@@ -36,6 +36,6 @@ spring.druid.filters=stat,wall
 # 通过connectProperties属性来打开mergeSql功能;慢SQL记录
 spring.druid.connectionProperties=druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000
 #把该包下的 bean 生成别名
-mybatis.typeAliasesPackage=com.spring.fisher.bean
+mybatis.typeAliasesPackage=com.steerinfo.**
 #Mybatis 会把这个路径下的 xml 解析出来建立接口的映射关系
-mybatis.mapperLocations=classpath:com/spring/fisher/xml/*.xml
+mybatis.mapperLocations=classpath:com/steerinfo/.*/.*/mapper/*.xml