Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ERD
- MSSQL보안
- FileSystemObject
- update
- 이미지가로길이
- JavaScript
- javascript 한글입력체크
- jdbc driver
- 인젝션
- VarType
- array
- sql순위
- VARIABLE
- SPLIT
- 정규식
- inner join
- XML
- 자바기초
- injection
- xmldom
- instr
- WML
- sql랭킹
- tempDB
- join
- sql업데이트
- asp함수
- wap
- 한글입력체크
- 이미지세로길이
Archives
- Today
- Total
목록mybatis (1)
3초기억력
Spring) gradle, mybatis mapper.xml 에서 like 쿼리시 주의점
1. Oracle 11g xe : project[EMP] - build.gradle dependencies { implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:2.1.4' runtimeOnly 'com.oracle.database.jdbc:ojdbc8' } - application.properties spring.datasource.driver-class-name=oracle.jdbc.driver.OracleDriver spring.datasource.url=jdbc:oracle:thin:@localhost:1521:xe spring.datasource.username=scott spring.datasource.password=ti..
자바_Spring
2021. 4. 9. 15:24