Demo springBoot+Mybatis+oracle
1.创建项目 。。。。。。
2. 配置 generator 文件
在resource 下创建 generatorConfig.xml 文件
PUBLIC "-//mybatis.org//DTD MyBatis Generator Configuration 1.0//EN"
"http://mybatis.org/dtd/mybatis-generator-config_1_0.dtd">
配置pom.xml,所需要的jar, plugin 插件
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.example
paren
0.0.1-SNAPSHOT
com.example
base-db
0.0.1-SNAPSHOT
war
base-db
Demo project for Spring Boot
1.8
org.springframework.boot
spring-boot-starter
org.springframework.boot
spring-boot-starter-test
test
org.springframework.boot
spring-boot-starter-jdbc
org.mybatis.spring.boot
mybatis-spring-boot-starter
1.3.2
com.oracle
ojdbc6
11.2.0
org.springframework.boot
spring-boot-devtools
runtime
log4j
log4j
1.2.17
org.springframework.boot
spring-boot-maven-plugin
org.mybatis.generator
mybatis-generator-maven-plugin
1.3.2
src/main/resources/generator/generatorConfig.xml
true
true
org.mybatis.generator
mybatis-generator-core
1.3.2