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