Guodong's Code Journey
Home
Archives
Categories
Tags
About
Spring Bean Basic
定义Spring BeanBeanDefinition 是Spring Framework 中定义Bean 的配置元信息接口,包含: Bean 的类名 Bean 行为配置元素,如作用域、自动绑定的模式,生命周期回调等 其他Bean 引用,又可称作合作者(collaborators)或者依赖(dependencies) 配置设置,比如Bean 属性(Properties) BeanDef
2020-04-20
Java
Java
Spring
Spirng IOC Container
Spring IoC 依赖查找初始准备工作创建用户类创建用户类作为示例 @Data public class User { private Long id; private String name; } 创建xml配置文件在src/main/resources/META-INF目录下创建dependency-lookup-context.xml配置文件,并
2020-04-19
Java
Java
Spring
Angular 8: Content Projection, Router, Pipe and Dependency Injection
Angular 8 Demo Project Log and Experience Part 4. Issue about Component nestingComponent nesting is inevitable. Think about the structure: AppComponent ChildComponent GrandComponent GrandGrandComp
2019-08-24
Angular
Angular
Angular 8: Content Projection, Router, Pipe and Dependency Injection
Angular 8 Demo Project Log and Experience Part 4. Issue about Component nestingComponent nesting is inevitable. Think about the structure: AppComponent ChildComponent GrandComponent GrandGrandComp
2019-08-24
Angular
Angular
Angular 8: Decorator, Directiveand and Style Binding/Event Binding
Angular 8 Demo Project Log and Experience Part 3. Decorator(Annotation)Annotation or Decorator is a function, which returns a function. Create a customer decorator @Emojiexport function Emoji()
2019-08-23
Angular
Angular
Angular 8: Lifecycle Hooks, Template reference variables and Carousel
Angular 8 Demo Project Log and Experience Part 2. Lifecycle HooksThe general Angular life cycle is below: This life cycle has different hooks: constructor(): This will always be called at f
2019-08-22
Angular
Angular
Angular 8: Setup and Binding
Angular 8 Demo Project Log and Experience Part 1. This is a log for a Angular Demo project. Through this project, it’s a good chance to review the Angular concept and learn deeper. This part 1 focu
2019-08-21
Angular
Angular
Java 8 Functional Programming Review
ConceptFunctional programming is a programming paradigm - a style of building the structure and elements of computer programs. The flag that you handle function programming: Familiar to use Stream A
2019-05-29
Java
Java
Component - The Angular Key concept
The basic role of Component, Module and RouterComponentComponent is the key of Angular, and is the core goal of the whole framework. The component can encapsulate the logic inside the component. The
2019-03-07
Angular
Angular
Simple Spring Boot Error: jdbc driver update
A collection of simple Spring Boot Error JDBC driverError tips:org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.autoconf
2019-03-06
Java
Java
Spring Boot
Search
×
keyword