File tree 16 files changed +11
-11
lines changed
lab-02-spring-security-oauth
lab-14-spring-jdbc-template
java/cn/iocoder/springboot/lab14/jdbctemplate
test/java/cn/iocoder/springboot/lab14/jdbctemplate/dao
16 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 70
70
71
71
* [ 《芋道 Spring Boot 数据库连接池入门》] ( http://www.iocoder.cn/Spring-Boot/datasource-pool/?github ) 对应 [ lab-19] ( https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-19 )
72
72
* [ 《芋道 Spring Boot MyBatis 入门》] ( http://www.iocoder.cn/Spring-Boot/MyBatis/?github ) 对应 [ lab-12-mybatis] ( https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-12-mybatis )
73
- * [ 《芋道 Spring Boot JPA 入门》] ( http://www.iocoder.cn/Spring-Boot/JPA/?github ) 对应 [ lab-13] ( https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-13 )
73
+ * [ 《芋道 Spring Boot JPA 入门》] ( http://www.iocoder.cn/Spring-Boot/JPA/?github ) 对应 [ lab-13-spring-data-jpa ] ( https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-13-spring-data-jpa )
74
74
* [ 《芋道 Spring Boot JdbcTemplate 入门》] ( http://www.iocoder.cn/Spring-Boot/JdbcTemplate/?github ) 对应 [ lab-14] ( https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-14 )
75
75
* [ 《芋道 Spring Boot 多数据源(读写分离)入门》] ( http://www.iocoder.cn/Spring-Boot/dynamic-datasource/?github ) 对应 [ lab-17] ( https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-17 )
76
76
* [ 《芋道 Spring Boot 分库分表入门》] ( http://www.iocoder.cn/Spring-Boot/sharding-datasource/?github ) 对应 [ lab-18] ( https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-18 )
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
- <artifactId >lab-01 </artifactId >
12
+ <artifactId >lab-02-spring-security </artifactId >
13
13
<packaging >pom</packaging >
14
14
<modules >
15
15
<module >lab-01-springsecurity-demo</module >
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
- <artifactId >lab-02</artifactId >
12
+ <artifactId >lab-02-spring-security-oauth </artifactId >
13
13
<packaging >pom</packaging >
14
14
<modules >
15
15
<module >authorization-code-server</module >
22
22
</modules >
23
23
24
24
25
- </project >
25
+ </project >
Original file line number Diff line number Diff line change 10
10
</parent >
11
11
<modelVersion >4.0.0</modelVersion >
12
12
13
- <artifactId >lab-03</artifactId >
13
+ <artifactId >lab-03-kafka </artifactId >
14
14
<packaging >pom</packaging >
15
15
<modules >
16
16
<module >lab-03-kafka-native</module >
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
- <artifactId >lab-04</artifactId >
12
+ <artifactId >lab-04-rabbitmq </artifactId >
13
13
<packaging >pom</packaging >
14
14
<modules >
15
15
<module >lab-04-rabbitmq-native</module >
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
- <artifactId >lab-11</artifactId >
12
+ <artifactId >lab-11-spring-data-redis </artifactId >
13
13
<packaging >pom</packaging >
14
14
<modules >
15
15
<module >lab-07-spring-data-redis-with-jedis</module >
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
- <artifactId >lab-13</artifactId >
12
+ <artifactId >lab-13-spring-data-jpa </artifactId >
13
13
<packaging >pom</packaging >
14
14
<modules >
15
15
<module >lab-13-jpa</module >
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
- <artifactId >lab-14</artifactId >
12
+ <artifactId >lab-14-spring-jdbc-template </artifactId >
13
13
<packaging >pom</packaging >
14
14
<modules >
15
15
<module >lab-14-jdbctemplate</module >
File renamed without changes.
Original file line number Diff line number Diff line change 23
23
<!-- <module>lab-10</module>-->
24
24
<!-- <module>lab-11-spring-data-redis</module>-->
25
25
<!-- <module>lab-12-mybatis</module>-->
26
- <module >lab-13-spring-data-jpa</module >
27
- <!-- <module>lab-14</module> -- >
26
+ <!-- <module>lab-13-spring-data-jpa</module> -- >
27
+ <module >lab-14-spring-jdbc-template </module >
28
28
<!-- <module>lab-15</module>-->
29
29
<!-- <module>lab-16</module>-->
30
30
<!-- <module>lab-17</module>-->
You can’t perform that action at this time.
0 commit comments