@Configuration 어노테이션을 위에 붙여 설정파일 관련된 것 설정할 때 사용
@Configuration 쓸 때 final이면 안되고 지역변수 만드는 것 안됨
@Configuration
public class DBConfig {
}
'Backend > 자바 Java' 카테고리의 다른 글
JPA / Hibernate / Spring Data JPA (0) | 2020.08.20 |
---|---|
Java Json library jackson (0) | 2020.08.20 |
@RequestBody / @ResponseBody (0) | 2020.08.20 |
@GetMapping / @PostMapping (0) | 2020.08.20 |
Spring의 기본이 되는 MVC패턴 / @Controller 와 @Restcontroller (0) | 2020.08.20 |