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
- vaadin
- Kotlin
- table
- mapreduce
- xPlatform
- SQL
- Android
- SSL
- react
- 보조정렬
- plugin
- Python
- SPC
- tomcat
- mybatis
- 공정능력
- Eclipse
- Express
- MSSQL
- GIT
- Java
- es6
- JavaScript
- IntelliJ
- NPM
- Spring
- R
- hadoop
- Sqoop
- window
Archives
- Today
- Total
반응형
목록SP (1)
DBILITY
spring mybatis stored procedure ( oracle )
spring 3.1.1, mybatis 3.2.7, spring-mybatis 1.2.2, oracle 11g r2 환경하에서 spring task로 oracle stored procedure 실행 후 결과를 받는 실례 중 주요코드입니다. sched.java @Scheduled(cron = "${cron.SCHED001_FILTER_INSERT}") public void cronSched001FilterInsert() throws Exception { service.execProcdure("SCHED001_FILTER_INSERT"); } service.java @Async public void execProcdure(String procNm) throws Exception { HashMap comman..
java/spring
2016. 9. 24. 22:47
반응형