Loading sharding-jdbc-example/spring-boot-example/spring-boot-data-mybatis-example/src/main/resources/META-INF/mybatis-config.xml→sharding-jdbc-example/spring-boot-nodep-example/spring-boot-nodep-mybatis-example/src/main/resources/META-INF/mybatis-config.xml +0 −0 File moved. View file sharding-jdbc-example/spring-boot-orche-example/spring-boot-orche-mybatis-example/src/main/resources/META-INF/mybatis-config.xml 0 → 100644 +16 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org/dtd/mybatis-3-config.dtd"> <configuration> <!--<settings>--> <!--<setting name="logImpl" value="STDOUT_LOGGING" />--> <!--</settings>--> <typeAliases> <package name="io.shardingsphere.example.repository.mybatis.entity"/> </typeAliases> <mappers> <mapper resource="META-INF/mappers/OrderMapper.xml"/> <mapper resource="META-INF/mappers/OrderItemMapper.xml"/> </mappers> </configuration> No newline at end of file Loading
sharding-jdbc-example/spring-boot-example/spring-boot-data-mybatis-example/src/main/resources/META-INF/mybatis-config.xml→sharding-jdbc-example/spring-boot-nodep-example/spring-boot-nodep-mybatis-example/src/main/resources/META-INF/mybatis-config.xml +0 −0 File moved. View file
sharding-jdbc-example/spring-boot-orche-example/spring-boot-orche-mybatis-example/src/main/resources/META-INF/mybatis-config.xml 0 → 100644 +16 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org/dtd/mybatis-3-config.dtd"> <configuration> <!--<settings>--> <!--<setting name="logImpl" value="STDOUT_LOGGING" />--> <!--</settings>--> <typeAliases> <package name="io.shardingsphere.example.repository.mybatis.entity"/> </typeAliases> <mappers> <mapper resource="META-INF/mappers/OrderMapper.xml"/> <mapper resource="META-INF/mappers/OrderItemMapper.xml"/> </mappers> </configuration> No newline at end of file