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 |
Tags
- update
- array
- 자바기초
- 한글입력체크
- JavaScript
- javascript 한글입력체크
- sql순위
- ERD
- injection
- 인젝션
- FileSystemObject
- jdbc driver
- tempDB
- VarType
- instr
- sql업데이트
- 정규식
- WML
- VARIABLE
- 이미지세로길이
- wap
- SPLIT
- MSSQL보안
- xmldom
- asp함수
- 이미지가로길이
- join
- XML
- sql랭킹
- inner join
Archives
- Today
- Total
목록spring (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