-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Yhaojing edited this page Dec 15, 2015
·
1 revision
Welcome to the mybatisMixSpringMVC wiki!
- 用maven引进各种依赖
- 配置applicationConfig.xml(应用上下文配置) 1)扫描自动化组件 2)可以使用@Controller 3)DBCP连接 4)mybatis相关配置
- 配置generatorConfig.xml自动程序
-
jdbcConnection//连接
-
javaModelGenerator//定义实体类
-
sqlMapGenerator//定义mapper
-
javaClientGeneratorxml//实现接口