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
- MSSQL
- mybatis
- NPM
- SPC
- Python
- Android
- 공정능력
- Java
- Sqoop
- SSL
- JavaScript
- R
- Spring
- tomcat
- Express
- mapreduce
- IntelliJ
- SQL
- 보조정렬
- GIT
- Eclipse
- react
- Kotlin
- es6
- hadoop
- window
- vaadin
- plugin
- xPlatform
- table
Archives
- Today
- Total
728x90
목록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
728x90