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
- GIT
- Java
- Spring
- mybatis
- Express
- R
- Android
- Python
- mapreduce
- JavaScript
- table
- window
- Eclipse
- SPC
- es6
- react
- IntelliJ
- SQL
- vaadin
- xPlatform
- 보조정렬
- SSL
- tomcat
- plugin
- 공정능력
- MSSQL
- Sqoop
- Kotlin
- NPM
- hadoop
Archives
- Today
- Total
728x90
목록2019/09/23 (1)
DBILITY
spring boot security mybatis
연동하는데 주력했다. 먼저 dependancy를 추가한다. org.springframework.boot spring-boot-starter-security org.springframework.boot spring-boot-starter-web com.h2database h2 org.mybatis.spring.boot mybatis-spring-boot-starter 2.1.0 application.properties에 db설정 등 처리 #mem base spring.datasource.url=jdbc:h2:mem:testdb;DB_CLOSE_DELAY=- 1;DB_CLOSE_ON_EXIT=FALSE #file base #spring.datasource.url=jdbc:h2:file:/data/testdb..
java/spring cloud
2019. 9. 23. 16:07
728x90