diff --git a/pom.xml b/pom.xml index 903ba07..b0812cf 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.xiang xservice-basic - 1.0-SNAPSHOT + 1.1-SNAPSHOT com.xiang diff --git a/script/src/main/resources/application.yml b/script/src/main/resources/application.yml index cdfd58a..c4fe5ce 100644 --- a/script/src/main/resources/application.yml +++ b/script/src/main/resources/application.yml @@ -1,6 +1,7 @@ mybatis: mapper-locations: - classpath*:mapper/*/*.xml + - classpath*:mapper/*.xml configuration: map-underscore-to-camel-case: true