Commit 4c72ba8e by 陈文顺

config

parent 86b6f0f3
...@@ -27,11 +27,10 @@ datasource: ...@@ -27,11 +27,10 @@ datasource:
mybatis: mybatis:
config-location: classpath:mybatis.xml config-location: classpath:mybatis.xml
mapper-locations: classpath:mapper/*.xml mapper-locations: classpath:mapper/*.xml
type-aliases-package: com.ashun.sardingjdbcdemo.model type-aliases-package: com.freemud.demo.model
#dao ##dao
#mapper: #mapper:
# mappers: com.freemud.demo.util.MyMapper
# not-empty: false # not-empty: false
# identity: MYSQL # identity: MYSQL
# before: true # before: true
......
...@@ -27,11 +27,10 @@ datasource: ...@@ -27,11 +27,10 @@ datasource:
mybatis: mybatis:
config-location: classpath:mybatis.xml config-location: classpath:mybatis.xml
mapper-locations: classpath:mapper/*.xml mapper-locations: classpath:mapper/*.xml
type-aliases-package: com.ashun.sardingjdbcdemo.model type-aliases-package: com.freemud.demo.model
#dao #dao
#mapper: #mapper:
# mappers: com.freemud.demo.util.MyMapper
# not-empty: false # not-empty: false
# identity: MYSQL # identity: MYSQL
# before: true # before: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment