| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- bitbucket
- ubuntu
- MySQL
- intellij
- Gradle
- STS
- Spring Boot
- mybatis
- 배열스트링
- oracle between
- 라즈베리파이
- hikari
- log4j2
- template
- hikaricp
- between date
- Spring
- Java
- python 개발환경
- springboot
- Spring Security
- github
- datasource
- log4j profile
- oracle
- git
- ORACLE CLOUD
- between 날짜
- Linux
- catalina log
- Today
- Total
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- bitbucket
- ubuntu
- MySQL
- intellij
- Gradle
- STS
- Spring Boot
- mybatis
- 배열스트링
- oracle between
- 라즈베리파이
- hikari
- log4j2
- template
- hikaricp
- between date
- Spring
- Java
- python 개발환경
- springboot
- Spring Security
- github
- datasource
- log4j profile
- oracle
- git
- ORACLE CLOUD
- between 날짜
- Linux
- catalina log
- Today
- Total
목록전체 글 (63)
파워노트
spring boot security 이전글에서 api 기반의 security를 설정하였다. 그러나 이번에는 AdminLte 등을 통한 web 기반의 사이트를 설정하는것이다. [참고] 2020.04.16 - [spring boot] - Spring boot Security ( api server 기반 ) security 설정. spring boot security config @Slf4j @Configuration @EnableGlobalMethodSecurity(securedEnabled = true) // @EnableGlobalMethodSecurity( // Method 단위 시큐리티 처리. // prePostEnabled = true, // Spring Security의 @PreAuthorize..
HTML Template - Admin LTE 무료 HTML Tmeplate 중 여러가지 페이지 및 component등을 제공하므로 Admin page나 빠른 화면 구성에 좋은듯하여 Admin LTE를 통해 레이아웃을 구성해 볼 예정입니다. AdminLTE : https://adminlte.io/ Free Bootstrap Admin Template | AdminLTE.IO Bootstrap is raking over the world and so is React. Therefore, we decided to showcase these outstanding React Bootstrap templates May 18, 2021 adminlte.io 2021.11.16 - [spring boot] - [ s..
thymeleaf 테스트 및 작업을 위한 설정 2021.11.16 - [spring boot] - [ skeleton ] thymeleaf 설정 [ skeleton ] thymeleaf 설정 thymeleaf Template spring 에서는 여러가지 UI 템플릿 등을 제공한다.. 가장 보편적인 jsp, thymleaf 등을 사용한다. 여기서는 thymeleaf 를 가지고 설정을 진행 해 보자. thymeleaf 설정. build.gradle 설정 //.. powernote.tistory.com 앞서 thymeleaf 설정을 하였다. 이후 페이지 편집등을 진행할때 굉장히 번거로움을 느낄것이다. 왜냐하면, html 페이지를 매번 수정한후 반영 확인을 위해 springboot application을 재기동..