본문 바로가기
반응형

myBatis6

[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.
[Spring MVC] IntelliJ 에서 프로젝트 생성(2) - 설정 이전글https://greed-yb.tistory.com/294 [Spring MVC] IntelliJ 에서 프로젝트 생성(1) - 생성1. 프로젝트 생성 1. 프로젝트 명2. JDK 버전 선택3. webapp 선택4. groupId 변경하고 싶으면 변경   2. 생성시 기본 구조greed-yb.tistory.com  1. pom.xml 4.0.0 org.example TestTest war 1.0-SNAPSHOT TestTest Maven Webapp http://maven.apache.org 17 17 5.3.30 org.springframework spring-context ${spring.version} .. 2024. 10. 4.
[SpringBoot] Security 로그인 인증, 인가(1) - 환경설정 Java 17MavenSpring Boot 3.0.3Spring Security 6.0.2Oracle 11gMybatisIntelliJ UltimateDBeaverThymeleaf 폴더 구조더보기 Security 한번 구현해보겠다고 일주일 내내 작업한거 같다거의 대부분의 예제들은 3.0.0 이하의 버전들로 SecurityConfig에서WebSecurityConfigurerAdapter 을 상속받아야 하고 JPA를 사용하고 있다 WebSecurityConfigurerAdapter을 상속받아서 하는 것과 변경된 방식인 @Bean 과 SecurityFilterChain 을 사용하는 것이크게 다른 것은 없으나 Security에 대해 아무것도 모른다는 가정하에 이것은 큰 난항이었다로그인 시 Security 만 사.. 2023. 4. 30.
[Java] IntelliJ+ Sptring boot + Maven + Thymeleaf + Oracle 프로젝트 시작하기(3) 이전글 https://greed-yb.tistory.com/138 [Java] IntelliJ+ Sptring boot + Maven + Thymeleaf + Oracle 프로젝트 시작하기(2) 이전 글 https://greed-yb.tistory.com/137 [Java] IntelliJ+ Sptring boot + Maven + Thymeleaf + Oracle 프로젝트 시작하기(1) IntelliJ Ultimate 로 진행하였다 https://www.jetbrains.com/ko-kr/idea/download/#section=windows IntelliJ IDEA 다운로 greed-yb.tistory.com Vo 생성 src -> main -> java -> com -> example -> demo.. 2023. 3. 25.
[Java] IntelliJ+ Sptring boot + Maven + Thymeleaf + Mybatis +Oracle 프로젝트 시작하기(2) 이전 글 https://greed-yb.tistory.com/137 [Java] IntelliJ+ Sptring boot + Maven + Thymeleaf + Oracle 프로젝트 시작하기(1) IntelliJ Ultimate 로 진행하였다 https://www.jetbrains.com/ko-kr/idea/download/#section=windows IntelliJ IDEA 다운로드: 우수성과 인체 공학이 담긴 JetBrains Java IDE www.jetbrains.com 프로젝트 생성하기 기본적으로 사용할 D greed-yb.tistory.com 화면 페이지 생성하기 src -> main -> java -> com -> example -> demo 아래에 Controller 폴더를 생성하고 안에.. 2023. 3. 25.
[Java] IntelliJ+ Sptring boot + Maven + Thymeleaf + Mybatis +Oracle 프로젝트 시작하기(1) IntelliJ Ultimate 로 진행하였다 https://www.jetbrains.com/ko-kr/idea/download/#section=windows IntelliJ IDEA 다운로드: 우수성과 인체 공학이 담긴 JetBrains Java IDE www.jetbrains.com 프로젝트 생성하기 기본적으로 사용할 Dependency 를 추가해준다 Oracle과 Mysql을 주로 사용하기에 Oracle Driver를 추가했다 우측 상단의 Run 버튼을 클릭하면 위와 같은 오류가 생긴다 Oracle Drive를 추가해놓았는데 설정해놓은게 없어서 그렇다 DB없이 실행하기 DB 연결없이 사용하려는 경우 src -> main -> java -> com -> example -> demo -> DemoApp.. 2023. 3. 25.
반응형