본문 바로가기
반응형

SpringBoot50

[SpringBoot] Security + JWT(Access , Refresh) - SecurityConfig 권한에 따른 인증/인가 방식은 이전글을 참고하길 바란다https://greed-yb.tistory.com/223 [SpringBoot] Security 로그인 인증, 인가(1) - 환경설정Java 17MavenSpring Boot 3.0.3Spring Security 6.0.2Oracle 11gMybatisIntelliJ UltimateDBeaverThymeleaf 폴더 구조더보기 Security 한번 구현해보겠다고 일주일 내내 작업한거 같다거의 대부분의 예제들은 3.0.0 이하의 버전greed-yb.tistory.com   Java 17MavenSpring Boot 3.0.3Spring Security 6.0.2Oracle 11gMybatisIntelliJ UltimateDBeaverThymeleaf .. 2024. 9. 25.
[SpringBoot] favicon.ico 오류 웹개발을 하면서개발자 도구를 실행하면 favicon.ico 오류를 심심치 않게 볼 수 있다 해당 오류는 큰 문제는 없으며, 단순히 페이지에 icon 이 없어서 생기는 오류다  위의 코드로 간단하게 해결! 2024. 9. 25.
[SpringBoot] WebSocket 채팅방 구현(7) - vo, table 이전글https://greed-yb.tistory.com/285 [SpringBoot] WebSocket 채팅방 구현(6) - mapper이전글https://greed-yb.tistory.com/284 [SpringBoot] WebSocket 채팅방 구현(5) - service이전글https://greed-yb.tistory.com/283 [SpringBoot] WebSocket 채팅방 구현(4) - controller이전글 https://greed-yb.tistory.com/282 [SpringBoot] WebSogreed-yb.tistory.com  vo@Getter@Setter// 접속한 채팅방 정보public class MessageVo { private Long roomId; priv.. 2024. 8. 18.
[SpringBoot] WebSocket 채팅방 구현(6) - mapper 이전글https://greed-yb.tistory.com/284 [SpringBoot] WebSocket 채팅방 구현(5) - service이전글https://greed-yb.tistory.com/283 [SpringBoot] WebSocket 채팅방 구현(4) - controller이전글 https://greed-yb.tistory.com/282 [SpringBoot] WebSocket 채팅방 구현(3) - html , js이전글https://greed-yb.tistory.com/281 [SpringBoot] Webgreed-yb.tistory.com   mapper.classimport com.example.practice.vo.UserVo;import com.example.practice.vo.me.. 2024. 8. 18.
[SpringBoot] WebSocket 채팅방 구현(5) - service 이전글https://greed-yb.tistory.com/283 [SpringBoot] WebSocket 채팅방 구현(4) - controller이전글 https://greed-yb.tistory.com/282 [SpringBoot] WebSocket 채팅방 구현(3) - html , js이전글https://greed-yb.tistory.com/281 [SpringBoot] WebSocket 채팅방 구현(2) - WebSocketConfigJava 로 구현WebSocketConfigimport org.springframewogreed-yb.tistory.com serviceimport com.example.practice.vo.UserVo;import com.example.practice.vo.messe.. 2024. 8. 18.
[SpringBoot] WebSocket 채팅방 구현(4) - controller 이전글 https://greed-yb.tistory.com/282 [SpringBoot] WebSocket 채팅방 구현(3) - html , js이전글https://greed-yb.tistory.com/281 [SpringBoot] WebSocket 채팅방 구현(2) - WebSocketConfigJava 로 구현WebSocketConfigimport org.springframework.context.annotation.Configuration;import org.springframework.web.socket.config.annotation.EnableWgreed-yb.tistory.com controllerimport com.example.practice.service.widget.WidgetServ.. 2024. 8. 18.
반응형