본문 바로가기
반응형

java136

[SpringBoot] React + Security + JWT (1) - 한번에 Build 하기 https://greed-yb.tistory.com/303 [SpringBoot] React + TypeScript + JPA 프로젝트 (1) - 생성Java 17GradleSpring Boot 3.3.4Spring Security 6.3.3Oracle 11gIntelliJ UltimateDBeaverReactJPASpringBoot 프로젝트 생성   프로젝트 생성이 끝나면 properties 파일이 생성된다 server.port= 7172# Databasespring.datasource.driver-class-ngreed-yb.tistory.comhttps://greed-yb.tistory.com/305 [SpringBoot] React + TypeScript + JPA 프로젝트 (3) - Spring.. 2024. 11. 28.
[SpringBoot] React + TypeScript + JPA 프로젝트 (1) - 생성 Java 17GradleSpring Boot 3.3.4Spring Security 6.3.3Oracle 11gIntelliJ UltimateDBeaverReactJPASpringBoot 프로젝트 생성   프로젝트 생성이 끝나면 properties 파일이 생성된다 server.port= 7172# Databasespring.datasource.driver-class-name=oracle.jdbc.OracleDriverspring.datasource.url=jdbc:oracle:thin:@localhost:1521/XEspring.datasource.username=DB 아이디spring.datasource.password=DB 패스워드# devtools 수정된 코드가 있으면 자동으로 재빌드한다spring... 2024. 10. 24.
[Mybatis + Pageable] 게시판 페이징 처리 이전글https://greed-yb.tistory.com/298 [Html + Javascript + Ajax + Paging] 게시판 페이징 처리이전글https://greed-yb.tistory.com/209 [SpringBoot+IntelliJ+Oracle+Thymeleaf+Paging] 웹 게시판 만들기(1) - 구성Java 17 Maven Spring Boot 3.0.3 Oracle 11g IntelliJ Ultimate DBeaver 간단한 CRUD 만 구현해 놓았으며 순서대로 만들greed-yb.tistory.com   pom.xml org.springframework.data spring-data-commons  controller@Controllerpublic class WebControl.. 2024. 10. 18.
[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.
반응형