随笔分类 -  spring

摘要:Taking a peek inside with the Actuator 阅读全文
posted @ 2018-12-27 15:19 papering 阅读(334) 评论(0) 推荐(0)
摘要:Spring Boot Building RESTful Web Services https://www.tutorialspoint.com/spring_boot/spring_boot_building_restful_web_services.htm Spring Boot provide 阅读全文
posted @ 2018-12-13 17:44 papering 阅读(348) 评论(0) 推荐(0)
摘要:[root@d java]# java -jar target/springMybatis-1.0-SNAPSHOT.jar com.neo.HelloApplication [root@d java]# tree -I target.├── pom.xml└── src ├── main │ ├─ 阅读全文
posted @ 2018-12-07 13:59 papering 阅读(551) 评论(0) 推荐(0)
摘要:mybatis-spring-boot-autoconfigure – MyBatis Sring-BootStarter | Reference Documentation http://www.mybatis.org/spring-boot-starter/mybatis-spring-boot 阅读全文
posted @ 2018-12-05 14:44 papering 阅读(798) 评论(0) 推荐(0)
摘要:Spring 基于构造函数的依赖注入_w3cschool https://www.w3cschool.cn/wkspring/t7n41mm7.html Spring 基于构造函数的依赖注入 当容器调用带有一组参数的类构造函数时,基于构造函数的 DI 就完成了,其中每个参数代表一个对其他类的依赖。 阅读全文
posted @ 2018-12-03 11:01 papering 阅读(518) 评论(0) 推荐(0)
摘要:https://www.tutorialspoint.com/spring/spring_jdbc_framework.htm Spring - JDBC Framework Overview While working with the database using plain old JDBC, 阅读全文
posted @ 2018-11-30 14:56 papering 阅读(240) 评论(0) 推荐(0)
摘要:Bean生命周期 Spring Bean Life Cycle https://www.tutorialspoint.com/spring/spring_bean_life_cycle.htm The life cycle of a Spring bean is easy to understand 阅读全文
posted @ 2018-11-29 11:54 papering 阅读(303) 评论(0) 推荐(0)
摘要:Spring Bean Scopes https://www.tutorialspoint.com/spring/spring_bean_scopes.htm When defining a <bean> you have the option of declaring a scope for th 阅读全文
posted @ 2018-11-29 11:44 papering 阅读(176) 评论(0) 推荐(0)