Back Office 구축 (Spring Boot)


### 개요: 장비 관리의 편의를 위한 시스템 구축

Excel로 장비들을 관리하던 수작업들을 100% 자동화

  • 프론트엔드: Vue3
  • 백엔드: Spring Boot(MVC)
  • DB: MySQL
  • 사용한 기술: JPA, Security+Keycloak, stomp(WebSocket), jasypt, scheduling, LDAP, Kakao Map API
Github 주소: https://github.com/hkpark130/Office/tree/develop --- #### 실제 화면

--- #### 트러블 슈팅 * [Keycloak 연동시 CORS 오리진 헤더 null 문제](https://hkpark130.p-e.kr:8100/posts/57) * `CascadeType.REMOVE` 로 참조 무결성 해결 * `JOIN FETCH` 페치 조인으로 2번 select 하는 쿼리 해결
되돌아가기 수정