Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Android
- spring security
- JPA 동시성
- flask
- 스프링 log
- component
- Redis
- 스마일게이트
- JPA
- 스프링
- Transaction isolation level
- JPA 비관적락
- 캠프
- 암호화
- 스프링 로그
- Pessimistic Lock
- 개발
- Optimistic Lock
- 디자인 패턴
- bean
- spring security 인증
- JPA Lock
- 서버개발캠프
- 낙관적락 비관적락 차이
- annotation
- 안드로이드
- Inno DB
- JPA 낙관적락
- spring
- 서버
Archives
- Today
- Total
목록ApplicationContext (1)
모르는게 많은 개발자
[Spring] AppicationContext, XML Configuration 예제
1. ApplicationContext 어플리케이션에 설정 정보를 전달하기 위한 Spring 인터페이스 BeanFactory 기능을 한다 (Bean = 자바 객체) 즉, 자바 객체를 모아두는 컨테이너 IoC(Inversion of Control) 컨테이너, Spring 컨테이너 라고도 불림 한마디로, 스프링에서 자바 객체를 관리하는 녀석 2. XML Configuration Bean 선언을 XML파일을 통해 선언 ApplicationContext가 XML 파일을 통해 bean을 관리 3. 예제 public class NewlecExam implements Exam { private int kor; private int eng; private int math; private int com; public N..
스프링
2020. 4. 2. 17:07