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
- TypeReference
- window7
- json
- 구동하기
- Jackson
- spring boot
- plan_table
- 유용한 코드
- XMLAGG
- 호출
- arguements
- unmashalling
- JExcel
- 카멜룰
- BiffException
- mput
- WM_CONCAT
- 유용한 표현
- New Project
- Marshalling
- eclipse pliugin
- 유용한사용법
- put
- 초기데이터
- 인수배열
- camel rule
- svn ignore
- javascripts
- 로우병합
- filed
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