반응형
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 | 31 |
Tags
- jquery
- jenkins
- mysql
- centos7
- Java
- MariaDB
- docker
- NextJS
- node.js
- git
- Push
- popup
- mybatis
- yona
- MSsql
- Maven
- ajax
- SpringBoot
- spring3
- Next.js
- PM2
- FCM
- Eclipse
- config
- pwa
- Tomcat
- rocky9
- javascript
- security
- nodejs
Archives
- Today
- Total
목록Jasypt (1)
종이 한장 차이...

# 적용 환경 - springboot2.3 - mariadb - mybatis2 - springsecurity - maven # 처음 jasypt dependency를 pom.xml에 추가만 했는대도 로그인 페이지에서 로그인 시도 시 HikariPool 데이터 소스 관련 에러가 발생하였다. 결론부터 말하자면 mybatis 버전 및 디펜던시 설정을 변경하니 잘 적용되었다. 정확한 원인은 아직도 잘은 모르겠으나 이틀 동안 삽질 끝에 해결을 하여 해당 내용을 아래 정리해본다. #참고: 필자의 경우 tomcat8.5 버전에 springboot2.3 프로젝트를 war파일로 배포를 하며 view화면 쪽은 jsp를 사용한다. # 먼저 pom.xml에 jasypt dependency를 추가해 준다. com.github..
Spring
2020. 7. 22. 15:41