diff --git a/.DS_Store b/.DS_Store index 0676f00f5..c1fcb13ca 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/README.md b/README.md index 2eb2eee32..f565b6b1f 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,91 @@ - >转载请标明出处: > http://blog.csdn.net/forezp/article/details/70148833 > 本文出自[方志朋的博客](http://blog.csdn.net/forezp) +> + +#### 获取SpringCloud 、Spring Boot视频:https://www.fangzhipeng.com/share/2017/10/01/resource-sharing.html + +
+

+ +
+ 扫码关注有惊喜 +

+

+ (转载本站文章请注明作者和出处 方志朋的博客 +

+
+ 错过了这一篇,你可能再也学不会 Spring Cloud 了!Spring Boot做为下一代 web 框架,Spring Cloud 作为最新最火的微服务的翘楚,你还有什么理由拒绝。赶快上船吧,老船长带你飞。终章不是最后一篇,它是一个汇总,未来还会写很多篇。 -案例全部采用Spring Boot 1.5.x ,Spring Cloud版本为Dalston.RELEASE + 我为什么这些文章?一是巩固自己的知识,二是希望有更加开放和与人分享的心态,三是接受各位大神的批评指教,有任何问题可以联系我: miles02@163.com . + 码农下载:[https://git.oschina.net/forezp/SpringCloudLearning](https://git.oschina.net/forezp/SpringCloudLearning) + github下载:[https://github.com/forezp/SpringCloudLearning](https://github.com/forezp/SpringCloudLearning),记得star哦! -#### CSDN专栏汇总:[史上最简单的 SpringCloud 教程](http://blog.csdn.net/forezp/article/details/70148833) +欢迎大家访问我的个人博客:https://www.fangzhipeng.com/spring-cloud.html + +**[点击获取SpringCloud 、Spring Boot视频](https://www.fangzhipeng.com/share/2017/10/01/resource-sharing.html)** ### 《史上最简单的 SpringCloud 教程》系列: +### Spring Cloud Alibaba教程 +- [Spring Cloud Alibaba教程:使用Nacos作为服务注册发现组件](https://www.fangzhipeng.com/springcloud/2019/05/30/sc-nacos-discovery.html) +- [Spring Cloud Alibaba教程:使用Nacos作为配置中心](https://www.fangzhipeng.com/springcloud/2019/06/01/sc-nacos-config.html) +- [Spring Cloud Alibaba教程:Sentinel的使用 +](https://www.fangzhipeng.com/springcloud/2019/06/02/sc-sentinel.html) +### Greenwich版本 + +- [Spring Cloud Consul 之Greenwich版本全攻略](https://www.fangzhipeng.com/springcloud/2019/02/14/sc-consul-g.html) +- [spring cloud config将配置存储在数据库中](https://www.fangzhipeng.com/springcloud/2019/02/21/config-jdbc.html) +- [Spring Cloud Sleuth 之Greenwich版本全攻略](https://www.fangzhipeng.com/springcloud/2019/02/05/sc-sleuth-g.html) +- [Spring Boot Admin 2.1.0 全攻略](https://blog.csdn.net/forezp/article/details/86105850) +- [阿里分布式事务框架GTS开源了!](https://www.fangzhipeng.com/springcloud/2019/01/04/sc-f-boot-admin.html) + +### Finchley版本 +Spring Cloud Finchley; Spring Boot 2.0.3 + +* [史上最简单的 SpringCloud 教程 | 第一篇: 服务的注册与发现(Eureka)(Finchley版本)](https://www.fangzhipeng.com/springcloud/2018/08/01/sc-f1-eureka.html) +* [史上最简单的SpringCloud教程 | 第二篇: 服务消费者(rest+ribbon)(Finchley版本)](https://www.fangzhipeng.com/springcloud/2018/08/02/sc-f2-ribbon.html) +* [史上最简单的SpringCloud教程 | 第三篇: 服务消费者(Feign)(Finchley版本)](https://www.fangzhipeng.com/springcloud/2018/08/03/sc-f3-feign.html) +* [史上最简单的SpringCloud教程 | 第四篇:断路器(Hystrix)(Finchley版本)](https://www.fangzhipeng.com/springcloud/2018/08/04/sc-f4-hystrix.html) +* [ 史上最简单的SpringCloud教程 | 第五篇: 路由网关(zuul)(Finchley版本)](https://www.fangzhipeng.com/springcloud/2018/08/05/sc-f5-zuul.html) +* [史上最简单的SpringCloud教程 | 第六篇: 分布式配置中心(Spring Cloud Config)(Finchley版本)](https://www.fangzhipeng.com/springcloud/2018/08/06/sc-f6-config.html) +* [史上最简单的SpringCloud教程 | 第七篇: 高可用的分布式配置中心(Spring Cloud Config)(Finchley版本)](https://www.fangzhipeng.com/springcloud/2018/08/07/sc-f7-config.html) +* [史上最简单的SpringCloud教程 | 第八篇: 消息总线(Spring Cloud Bus)(Finchley版本)](https://www.fangzhipeng.com/springcloud/2018/08/08/sc-f8-bus.html) +* [史上最简单的SpringCloud教程 | 第九篇: 服务链路追踪(Spring Cloud Sleuth)(Finchley版本)](https://www.fangzhipeng.com/springcloud/2018/08/09/sc-f9-sleuth.html) +* [史上最简单的SpringCloud教程 | 第十篇: 高可用的服务注册中心(Finchley版本)](https://www.fangzhipeng.com/springcloud/2018/08/10/sc-f10-eureka.html) + +* [史上最简单的SpringCloud教程 | 第十二篇: 断路器监控(Hystrix Dashboard)(Finchley版本)](https://www.fangzhipeng.com/springcloud/2018/08/12/sc-f12-dash.html) +* [史上最简单的SpringCloud教程 | 第十三篇: 断路器聚合监控(Hystrix Turbine)(Finchley版本)](https://www.fangzhipeng.com/springcloud/2018/08/13/sc-f13-turbine.html) +* [史上最简单的SpringCloud教程 | 第十四篇: Spring Cloud Gateway初体验](https://www.fangzhipeng.com/springcloud/2018/11/06/sc-f-gateway1.html) +* [史上最简单的SpringCloud教程 | 第十五篇: Spring Cloud Gateway 之Predict篇](https://www.fangzhipeng.com/springcloud/2018/12/05/sc-f-gateway2.html) +* [史上最简单的SpringCloud教程 | 第十六篇: Spring Cloud Gateway 之filter篇](https://www.fangzhipeng.com/springcloud/2018/12/21/sc-f-gatway3.html) +* [史上最简单的SpringCloud教程 | 第十七篇: Spring Cloud Gateway 之限流篇](https://www.fangzhipeng.com/springcloud/2018/12/22/sc-f-gatway4.html) +* [史上最简单的SpringCloud教程 | 第十八篇: spring cloud gateway之服务注册与发现](https://www.fangzhipeng.com/springcloud/2018/12/23/sc-f-gateway5.html) + +### 源码篇: + +* [深入理解Feign之源码解析](https://www.fangzhipeng.com/springcloud/2017/08/11/sc-feign-raw.html) +* [深入理解Eureka之源码解析](https://www.fangzhipeng.com/springcloud/2017/08/11/eureka-resources.html) +* [深入理解Ribbon之源码解析](https://www.fangzhipeng.com/springcloud/2017/08/11/Ribbon-resources.html) +* [ 深入理解Hystrix之文档翻译](http://blog.csdn.net/forezp/article/details/75333088) +* [深入理解Zuul之源码解析](https://www.fangzhipeng.com/springcloud/2017/08/11/sc-zuul-raw.html) + +### 进阶篇 + +* [ Spring Cloud Sleuth超详细实战](http://blog.csdn.net/forezp/article/details/76795269) +* [拜托!面试请不要再问我Spring Cloud底层原理](https://blog.csdn.net/forezp/article/details/83999882) +* [微服务注册中心如何承载大型系统的千万级访问?](https://blog.csdn.net/forezp/article/details/83999947) +* [每秒上万并发下的Spring Cloud参数优化实战](https://blog.csdn.net/forezp/article/details/83999975) + + +#### D版本 + * [史上最简单的 SpringCloud 教程 | 第一篇: 服务的注册与发现(Eureka)](http://blog.csdn.net/forezp/article/details/69696915) * [史上最简单的SpringCloud教程 | 第二篇: 服务消费者(rest+ribbon)](http://blog.csdn.net/forezp/article/details/69788938) * [史上最简单的SpringCloud教程 | 第三篇: 服务消费者(Feign)](http://blog.csdn.net/forezp/article/details/69808079) @@ -32,32 +103,32 @@ github下载:[https://github.com/forezp/SpringCloudLearning](https://github.co * 未完。。。 * 还有很多篇。。。 -### 进阶篇 - -* [ Spring Cloud Sleuth超详细实战](http://blog.csdn.net/forezp/article/details/76795269) - -### 源码篇: - -* [深入理解Feign之源码解析](http://blog.csdn.net/forezp/article/details/73480304) -* [深入理解Eureka之源码解析](http://blog.csdn.net/forezp/article/details/73017664) -* [深入理解Ribbon之源码解析](http://blog.csdn.net/forezp/article/details/74820899) -* [ 深入理解Hystrix之文档翻译](http://blog.csdn.net/forezp/article/details/75333088) -* [深入理解Zuul之源码解析](http://blog.csdn.net/forezp/article/details/76211680) - ### 番外篇: * [如何使用MongoDB+Springboot实现分布式ID?](http://blog.csdn.net/forezp/article/details/69056017) * [ 如何在springcloud分布式系统中实现分布式锁?](http://blog.csdn.net/forezp/article/details/68957681) * [ 如何用Redlock实现分布式锁](http://blog.csdn.net/forezp/article/details/70305336) * [ 如何在IDEA启动多个Spring Boot工程实例](http://blog.csdn.net/forezp/article/details/76408139) +* [ JWT如何在Spring Cloud微服务系统中在服务相互调时传](http://blog.csdn.net/forezp/article/details/78676036) + + ### 怎么支持我? * 这个系列会持续更新,敬请关注! -* 关注我的公众号,精彩内容不能错过! -![forezp.jpg](http://upload-images.jianshu.io/upload_images/2279594-0805748d92bba033.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/200) +* 关注我的公众号,精彩内容不能错过! +
+

+ +
+ 扫码关注有惊喜 +

+

+ (转载本站文章请注明作者和出处 方志朋的博客 +

+
diff --git a/chapter-sleuth-mysql/.DS_Store b/chapter-sleuth-mysql/.DS_Store new file mode 100644 index 000000000..9d64bc928 Binary files /dev/null and b/chapter-sleuth-mysql/.DS_Store differ diff --git a/chapter-sleuth-stream-elasticsearch/.DS_Store b/chapter-sleuth-stream-elasticsearch/.DS_Store new file mode 100644 index 000000000..5263248bd Binary files /dev/null and b/chapter-sleuth-stream-elasticsearch/.DS_Store differ diff --git a/chapter-sleuth-stream-mysql/.DS_Store b/chapter-sleuth-stream-mysql/.DS_Store new file mode 100644 index 000000000..8bf593ff3 Binary files /dev/null and b/chapter-sleuth-stream-mysql/.DS_Store differ diff --git a/chapter-sleuth-stream/.DS_Store b/chapter-sleuth-stream/.DS_Store new file mode 100644 index 000000000..02b625ae7 Binary files /dev/null and b/chapter-sleuth-stream/.DS_Store differ diff --git a/chapter-sleuth/.DS_Store b/chapter-sleuth/.DS_Store new file mode 100644 index 000000000..f8d561776 Binary files /dev/null and b/chapter-sleuth/.DS_Store differ diff --git a/chapter1/.DS_Store b/chapter1/.DS_Store new file mode 100644 index 000000000..9f33470d4 Binary files /dev/null and b/chapter1/.DS_Store differ diff --git a/chapter10-5-jdbc/.DS_Store b/chapter10-5-jdbc/.DS_Store new file mode 100644 index 000000000..59bad25c8 Binary files /dev/null and b/chapter10-5-jdbc/.DS_Store differ diff --git a/chapter10-5-jdbc/.idea/.DS_Store b/chapter10-5-jdbc/.idea/.DS_Store new file mode 100644 index 000000000..f12cf8f7e Binary files /dev/null and b/chapter10-5-jdbc/.idea/.DS_Store differ diff --git a/chapter10-5-jdbc/.idea/compiler.xml b/chapter10-5-jdbc/.idea/compiler.xml new file mode 100644 index 000000000..80de7f6ac --- /dev/null +++ b/chapter10-5-jdbc/.idea/compiler.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/encodings.xml b/chapter10-5-jdbc/.idea/encodings.xml new file mode 100644 index 000000000..1cf0a0fef --- /dev/null +++ b/chapter10-5-jdbc/.idea/encodings.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/inspectionProfiles/Project_Default.xml b/chapter10-5-jdbc/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 000000000..6560a9898 --- /dev/null +++ b/chapter10-5-jdbc/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,36 @@ + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/kotlinc.xml b/chapter10-5-jdbc/.idea/kotlinc.xml new file mode 100644 index 000000000..1c24f9a8d --- /dev/null +++ b/chapter10-5-jdbc/.idea/kotlinc.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__ch_qos_logback_logback_classic_1_2_3.xml b/chapter10-5-jdbc/.idea/libraries/Maven__ch_qos_logback_logback_classic_1_2_3.xml new file mode 100644 index 000000000..6fec8f434 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__ch_qos_logback_logback_classic_1_2_3.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__ch_qos_logback_logback_core_1_2_3.xml b/chapter10-5-jdbc/.idea/libraries/Maven__ch_qos_logback_logback_core_1_2_3.xml new file mode 100644 index 000000000..9eb8596a3 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__ch_qos_logback_logback_core_1_2_3.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__com_fasterxml_classmate_1_4_0.xml b/chapter10-5-jdbc/.idea/libraries/Maven__com_fasterxml_classmate_1_4_0.xml new file mode 100644 index 000000000..bbd3a886a --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__com_fasterxml_classmate_1_4_0.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_annotations_2_9_0.xml b/chapter10-5-jdbc/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_annotations_2_9_0.xml new file mode 100644 index 000000000..06441f49e --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_annotations_2_9_0.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_core_2_9_7.xml b/chapter10-5-jdbc/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_core_2_9_7.xml new file mode 100644 index 000000000..02897bef1 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_core_2_9_7.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_databind_2_9_7.xml b/chapter10-5-jdbc/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_databind_2_9_7.xml new file mode 100644 index 000000000..11ddfbae9 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_databind_2_9_7.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__com_fasterxml_jackson_datatype_jackson_datatype_jdk8_2_9_7.xml b/chapter10-5-jdbc/.idea/libraries/Maven__com_fasterxml_jackson_datatype_jackson_datatype_jdk8_2_9_7.xml new file mode 100644 index 000000000..a5beee878 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__com_fasterxml_jackson_datatype_jackson_datatype_jdk8_2_9_7.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__com_fasterxml_jackson_datatype_jackson_datatype_jsr310_2_9_7.xml b/chapter10-5-jdbc/.idea/libraries/Maven__com_fasterxml_jackson_datatype_jackson_datatype_jsr310_2_9_7.xml new file mode 100644 index 000000000..9bcce3bb9 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__com_fasterxml_jackson_datatype_jackson_datatype_jsr310_2_9_7.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__com_fasterxml_jackson_module_jackson_module_parameter_names_2_9_7.xml b/chapter10-5-jdbc/.idea/libraries/Maven__com_fasterxml_jackson_module_jackson_module_parameter_names_2_9_7.xml new file mode 100644 index 000000000..b9cc6e224 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__com_fasterxml_jackson_module_jackson_module_parameter_names_2_9_7.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__com_googlecode_javaewah_JavaEWAH_1_1_6.xml b/chapter10-5-jdbc/.idea/libraries/Maven__com_googlecode_javaewah_JavaEWAH_1_1_6.xml new file mode 100644 index 000000000..9ee346c50 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__com_googlecode_javaewah_JavaEWAH_1_1_6.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__com_jayway_jsonpath_json_path_2_4_0.xml b/chapter10-5-jdbc/.idea/libraries/Maven__com_jayway_jsonpath_json_path_2_4_0.xml new file mode 100644 index 000000000..f19f6eb36 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__com_jayway_jsonpath_json_path_2_4_0.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__com_jcraft_jsch_0_1_54.xml b/chapter10-5-jdbc/.idea/libraries/Maven__com_jcraft_jsch_0_1_54.xml new file mode 100644 index 000000000..2a43ce757 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__com_jcraft_jsch_0_1_54.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__com_jcraft_jzlib_1_1_1.xml b/chapter10-5-jdbc/.idea/libraries/Maven__com_jcraft_jzlib_1_1_1.xml new file mode 100644 index 000000000..3795be8a0 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__com_jcraft_jzlib_1_1_1.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__com_vaadin_external_google_android_json_0_0_20131108_vaadin1.xml b/chapter10-5-jdbc/.idea/libraries/Maven__com_vaadin_external_google_android_json_0_0_20131108_vaadin1.xml new file mode 100644 index 000000000..b8581a6f5 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__com_vaadin_external_google_android_json_0_0_20131108_vaadin1.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__com_zaxxer_HikariCP_3_2_0.xml b/chapter10-5-jdbc/.idea/libraries/Maven__com_zaxxer_HikariCP_3_2_0.xml new file mode 100644 index 000000000..8f760a203 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__com_zaxxer_HikariCP_3_2_0.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__commons_codec_commons_codec_1_11.xml b/chapter10-5-jdbc/.idea/libraries/Maven__commons_codec_commons_codec_1_11.xml new file mode 100644 index 000000000..4c8ff5462 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__commons_codec_commons_codec_1_11.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__io_micrometer_micrometer_core_1_1_0.xml b/chapter10-5-jdbc/.idea/libraries/Maven__io_micrometer_micrometer_core_1_1_0.xml new file mode 100644 index 000000000..ac20e559d --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__io_micrometer_micrometer_core_1_1_0.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__javax_annotation_javax_annotation_api_1_3_2.xml b/chapter10-5-jdbc/.idea/libraries/Maven__javax_annotation_javax_annotation_api_1_3_2.xml new file mode 100644 index 000000000..e74f3ab28 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__javax_annotation_javax_annotation_api_1_3_2.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__javax_validation_validation_api_2_0_1_Final.xml b/chapter10-5-jdbc/.idea/libraries/Maven__javax_validation_validation_api_2_0_1_Final.xml new file mode 100644 index 000000000..6978c0b24 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__javax_validation_validation_api_2_0_1_Final.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__junit_junit_4_12.xml b/chapter10-5-jdbc/.idea/libraries/Maven__junit_junit_4_12.xml new file mode 100644 index 000000000..d41104174 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__junit_junit_4_12.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__mysql_mysql_connector_java_8_0_13.xml b/chapter10-5-jdbc/.idea/libraries/Maven__mysql_mysql_connector_java_8_0_13.xml new file mode 100644 index 000000000..fc36ef0eb --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__mysql_mysql_connector_java_8_0_13.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__net_bytebuddy_byte_buddy_1_9_3.xml b/chapter10-5-jdbc/.idea/libraries/Maven__net_bytebuddy_byte_buddy_1_9_3.xml new file mode 100644 index 000000000..183a43074 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__net_bytebuddy_byte_buddy_1_9_3.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__net_bytebuddy_byte_buddy_agent_1_9_3.xml b/chapter10-5-jdbc/.idea/libraries/Maven__net_bytebuddy_byte_buddy_agent_1_9_3.xml new file mode 100644 index 000000000..be4d19f36 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__net_bytebuddy_byte_buddy_agent_1_9_3.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__net_minidev_accessors_smart_1_2.xml b/chapter10-5-jdbc/.idea/libraries/Maven__net_minidev_accessors_smart_1_2.xml new file mode 100644 index 000000000..b3d385838 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__net_minidev_accessors_smart_1_2.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__net_minidev_json_smart_2_3.xml b/chapter10-5-jdbc/.idea/libraries/Maven__net_minidev_json_smart_2_3.xml new file mode 100644 index 000000000..108302355 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__net_minidev_json_smart_2_3.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_apache_httpcomponents_httpclient_4_5_6.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_apache_httpcomponents_httpclient_4_5_6.xml new file mode 100644 index 000000000..8de95f78d --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_apache_httpcomponents_httpclient_4_5_6.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_apache_httpcomponents_httpcore_4_4_10.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_apache_httpcomponents_httpcore_4_4_10.xml new file mode 100644 index 000000000..29b722ad3 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_apache_httpcomponents_httpcore_4_4_10.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_apache_logging_log4j_log4j_api_2_11_1.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_apache_logging_log4j_log4j_api_2_11_1.xml new file mode 100644 index 000000000..c27223f12 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_apache_logging_log4j_log4j_api_2_11_1.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_apache_logging_log4j_log4j_to_slf4j_2_11_1.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_apache_logging_log4j_log4j_to_slf4j_2_11_1.xml new file mode 100644 index 000000000..bd733beb2 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_apache_logging_log4j_log4j_to_slf4j_2_11_1.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_core_9_0_12.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_core_9_0_12.xml new file mode 100644 index 000000000..aaf3bd063 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_core_9_0_12.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_el_9_0_12.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_el_9_0_12.xml new file mode 100644 index 000000000..671ab5452 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_el_9_0_12.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_websocket_9_0_12.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_websocket_9_0_12.xml new file mode 100644 index 000000000..b3896527f --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_websocket_9_0_12.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_assertj_assertj_core_3_11_1.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_assertj_assertj_core_3_11_1.xml new file mode 100644 index 000000000..4d16d46c6 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_assertj_assertj_core_3_11_1.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_bouncycastle_bcpkix_jdk15on_1_60.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_bouncycastle_bcpkix_jdk15on_1_60.xml new file mode 100644 index 000000000..3cc149321 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_bouncycastle_bcpkix_jdk15on_1_60.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_bouncycastle_bcprov_jdk15on_1_60.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_bouncycastle_bcprov_jdk15on_1_60.xml new file mode 100644 index 000000000..f6ca3adf3 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_bouncycastle_bcprov_jdk15on_1_60.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_eclipse_jgit_org_eclipse_jgit_5_1_3_201810200350_r.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_eclipse_jgit_org_eclipse_jgit_5_1_3_201810200350_r.xml new file mode 100644 index 000000000..93b510349 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_eclipse_jgit_org_eclipse_jgit_5_1_3_201810200350_r.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_eclipse_jgit_org_eclipse_jgit_http_apache_5_1_3_201810200350_r.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_eclipse_jgit_org_eclipse_jgit_http_apache_5_1_3_201810200350_r.xml new file mode 100644 index 000000000..f4073f315 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_eclipse_jgit_org_eclipse_jgit_http_apache_5_1_3_201810200350_r.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml new file mode 100644 index 000000000..f58bbc112 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_hamcrest_hamcrest_library_1_3.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_hamcrest_hamcrest_library_1_3.xml new file mode 100644 index 000000000..78dbe458d --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_hamcrest_hamcrest_library_1_3.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_hdrhistogram_HdrHistogram_2_1_9.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_hdrhistogram_HdrHistogram_2_1_9.xml new file mode 100644 index 000000000..04cc80401 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_hdrhistogram_HdrHistogram_2_1_9.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_hibernate_validator_hibernate_validator_6_0_13_Final.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_hibernate_validator_hibernate_validator_6_0_13_Final.xml new file mode 100644 index 000000000..2f57c13ff --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_hibernate_validator_hibernate_validator_6_0_13_Final.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_jboss_logging_jboss_logging_3_3_2_Final.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_jboss_logging_jboss_logging_3_3_2_Final.xml new file mode 100644 index 000000000..5f7dd01e2 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_jboss_logging_jboss_logging_3_3_2_Final.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_latencyutils_LatencyUtils_2_0_3.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_latencyutils_LatencyUtils_2_0_3.xml new file mode 100644 index 000000000..bf6816984 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_latencyutils_LatencyUtils_2_0_3.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_mockito_mockito_core_2_23_0.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_mockito_mockito_core_2_23_0.xml new file mode 100644 index 000000000..e905c50bf --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_mockito_mockito_core_2_23_0.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_objenesis_objenesis_2_6.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_objenesis_objenesis_2_6.xml new file mode 100644 index 000000000..af41e3b61 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_objenesis_objenesis_2_6.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_ow2_asm_asm_5_0_4.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_ow2_asm_asm_5_0_4.xml new file mode 100644 index 000000000..0bf8cf2b2 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_ow2_asm_asm_5_0_4.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_skyscreamer_jsonassert_1_5_0.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_skyscreamer_jsonassert_1_5_0.xml new file mode 100644 index 000000000..c4c54d6d5 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_skyscreamer_jsonassert_1_5_0.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_slf4j_jul_to_slf4j_1_7_25.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_slf4j_jul_to_slf4j_1_7_25.xml new file mode 100644 index 000000000..6073e5338 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_slf4j_jul_to_slf4j_1_7_25.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_25.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_25.xml new file mode 100644 index 000000000..20e816363 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_25.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_2_1_0_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_2_1_0_RELEASE.xml new file mode 100644 index 000000000..2195c71e7 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_2_1_0_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_actuator_2_1_0_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_actuator_2_1_0_RELEASE.xml new file mode 100644 index 000000000..6bdfd4925 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_actuator_2_1_0_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_actuator_autoconfigure_2_1_0_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_actuator_autoconfigure_2_1_0_RELEASE.xml new file mode 100644 index 000000000..35de4e74c --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_actuator_autoconfigure_2_1_0_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_autoconfigure_2_1_0_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_autoconfigure_2_1_0_RELEASE.xml new file mode 100644 index 000000000..93ebb16f8 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_autoconfigure_2_1_0_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_2_1_0_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_2_1_0_RELEASE.xml new file mode 100644 index 000000000..166499486 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_2_1_0_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_actuator_2_1_0_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_actuator_2_1_0_RELEASE.xml new file mode 100644 index 000000000..d021c38d0 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_actuator_2_1_0_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_jdbc_2_1_0_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_jdbc_2_1_0_RELEASE.xml new file mode 100644 index 000000000..b5de6ae5c --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_jdbc_2_1_0_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_json_2_1_0_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_json_2_1_0_RELEASE.xml new file mode 100644 index 000000000..155a67f1c --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_json_2_1_0_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_logging_2_1_0_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_logging_2_1_0_RELEASE.xml new file mode 100644 index 000000000..8f6248c4a --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_logging_2_1_0_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_test_2_1_0_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_test_2_1_0_RELEASE.xml new file mode 100644 index 000000000..b6ec7bef6 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_test_2_1_0_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_tomcat_2_1_0_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_tomcat_2_1_0_RELEASE.xml new file mode 100644 index 000000000..5be0f81d2 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_tomcat_2_1_0_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_web_2_1_0_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_web_2_1_0_RELEASE.xml new file mode 100644 index 000000000..609328bba --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_web_2_1_0_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_test_2_1_0_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_test_2_1_0_RELEASE.xml new file mode 100644 index 000000000..d5dcccf91 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_test_2_1_0_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_test_autoconfigure_2_1_0_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_test_autoconfigure_2_1_0_RELEASE.xml new file mode 100644 index 000000000..f5eb1c33c --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_boot_spring_boot_test_autoconfigure_2_1_0_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_cloud_spring_cloud_commons_2_1_0_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_cloud_spring_cloud_commons_2_1_0_RELEASE.xml new file mode 100644 index 000000000..e0f687e3c --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_cloud_spring_cloud_commons_2_1_0_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_cloud_spring_cloud_config_client_2_1_0_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_cloud_spring_cloud_config_client_2_1_0_RELEASE.xml new file mode 100644 index 000000000..f5a331c9f --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_cloud_spring_cloud_config_client_2_1_0_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_cloud_spring_cloud_config_server_2_1_0_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_cloud_spring_cloud_config_server_2_1_0_RELEASE.xml new file mode 100644 index 000000000..7188d5403 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_cloud_spring_cloud_config_server_2_1_0_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_cloud_spring_cloud_context_2_1_0_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_cloud_spring_cloud_context_2_1_0_RELEASE.xml new file mode 100644 index 000000000..1f4c06415 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_cloud_spring_cloud_context_2_1_0_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_cloud_spring_cloud_starter_2_1_0_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_cloud_spring_cloud_starter_2_1_0_RELEASE.xml new file mode 100644 index 000000000..346de5552 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_cloud_spring_cloud_starter_2_1_0_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_cloud_spring_cloud_starter_config_2_1_0_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_cloud_spring_cloud_starter_config_2_1_0_RELEASE.xml new file mode 100644 index 000000000..114208a15 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_cloud_spring_cloud_starter_config_2_1_0_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_security_spring_security_crypto_5_1_1_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_security_spring_security_crypto_5_1_1_RELEASE.xml new file mode 100644 index 000000000..c928419ed --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_security_spring_security_crypto_5_1_1_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_security_spring_security_rsa_1_0_7_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_security_spring_security_rsa_1_0_7_RELEASE.xml new file mode 100644 index 000000000..dbf9b606b --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_security_spring_security_rsa_1_0_7_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_aop_5_1_2_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_aop_5_1_2_RELEASE.xml new file mode 100644 index 000000000..ceaddccd8 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_aop_5_1_2_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_beans_5_1_2_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_beans_5_1_2_RELEASE.xml new file mode 100644 index 000000000..d50220318 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_beans_5_1_2_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_context_5_1_2_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_context_5_1_2_RELEASE.xml new file mode 100644 index 000000000..a40fb5495 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_context_5_1_2_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_core_5_1_2_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_core_5_1_2_RELEASE.xml new file mode 100644 index 000000000..238bf6ef8 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_core_5_1_2_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_expression_5_1_2_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_expression_5_1_2_RELEASE.xml new file mode 100644 index 000000000..2b13ac33c --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_expression_5_1_2_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_jcl_5_1_2_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_jcl_5_1_2_RELEASE.xml new file mode 100644 index 000000000..bb4b7179e --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_jcl_5_1_2_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_jdbc_5_1_2_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_jdbc_5_1_2_RELEASE.xml new file mode 100644 index 000000000..921e9b1fb --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_jdbc_5_1_2_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_test_5_1_2_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_test_5_1_2_RELEASE.xml new file mode 100644 index 000000000..123eeb33c --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_test_5_1_2_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_tx_5_1_2_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_tx_5_1_2_RELEASE.xml new file mode 100644 index 000000000..9da2b7f0a --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_tx_5_1_2_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_web_5_1_2_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_web_5_1_2_RELEASE.xml new file mode 100644 index 000000000..f0ca3a475 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_web_5_1_2_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_webmvc_5_1_2_RELEASE.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_webmvc_5_1_2_RELEASE.xml new file mode 100644 index 000000000..a72e1b7c0 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_springframework_spring_webmvc_5_1_2_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_xmlunit_xmlunit_core_2_6_2.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_xmlunit_xmlunit_core_2_6_2.xml new file mode 100644 index 000000000..9f44657d1 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_xmlunit_xmlunit_core_2_6_2.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/libraries/Maven__org_yaml_snakeyaml_1_23.xml b/chapter10-5-jdbc/.idea/libraries/Maven__org_yaml_snakeyaml_1_23.xml new file mode 100644 index 000000000..7e63769b4 --- /dev/null +++ b/chapter10-5-jdbc/.idea/libraries/Maven__org_yaml_snakeyaml_1_23.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/misc.xml b/chapter10-5-jdbc/.idea/misc.xml new file mode 100644 index 000000000..ed347ab0e --- /dev/null +++ b/chapter10-5-jdbc/.idea/misc.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + Android + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/modules.xml b/chapter10-5-jdbc/.idea/modules.xml new file mode 100644 index 000000000..222e9a2de --- /dev/null +++ b/chapter10-5-jdbc/.idea/modules.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/vcs.xml b/chapter10-5-jdbc/.idea/vcs.xml new file mode 100644 index 000000000..6c0b86358 --- /dev/null +++ b/chapter10-5-jdbc/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/chapter10-5-jdbc/.idea/workspace.xml b/chapter10-5-jdbc/.idea/workspace.xml new file mode 100644 index 000000000..dab6a16bc --- /dev/null +++ b/chapter10-5-jdbc/.idea/workspace.xml @@ -0,0 +1,1195 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +