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 | 31 |
Tags
- 호출
- svn ignore
- 유용한 코드
- filed
- javascripts
- JExcel
- Jackson
- put
- XMLAGG
- Marshalling
- 초기데이터
- unmashalling
- arguements
- TypeReference
- spring boot
- window7
- json
- 유용한 표현
- eclipse pliugin
- mput
- 구동하기
- 인수배열
- camel rule
- 유용한사용법
- New Project
- 카멜룰
- BiffException
- 로우병합
- plan_table
- WM_CONCAT
Archives
- Today
- Total
하루에 한가지
spring을 알아보자 본문
plug-in
new project
annotation
@Aspect
@Component
@Autowired
@Value("${api.openUrl}")
@SpringBootApplication
@EnableScheduling
@ControllerAdvice
@ResponseStatus(HttpStatus.BAD_REQUEST)
@ExceptionHandler(value = Exception.class)
@Configuration
@Bean
@Order
@Controller
@RequestMapping("/collector")
@RequestAttribute(value="messageVO") MessageVO messageVO
@PostConstruct
@RequestBody String body
@ResponseBody
@Scheduled(fixedRate=1000 * 30)
@PathVariable("receivers") String receivers
@Repository
@Service
@Async
@JsonProperty("userId")
@Order(Ordered.HIGHEST_PRECEDENCE)
'java > spring' 카테고리의 다른 글
| egov (전자정부) ExceptionHandling (0) | 2019.11.04 |
|---|
Comments