프레임워크/Spring Boot
-
Spring Boot DB연결(+mybatis설정) 및 회원가입 기능 구현 [STS4/gradle/mybatis/thymeleaf]프레임워크/Spring Boot 2024. 6. 30. 20:08
https://jungmin5600.tistory.com/38 Spring Boot 프로젝트 생성 [STS4/gradle/mybatis/thymeleaf]내가 계획하고 있는 환경build type : gradle-groovyJDK : JDK-21Packaging : JARSpring Boot : 3.2.5Dependency : Spring Web Spring Boot DevTools Thymeleaf jungmin5600.tistory.com앞에 적었던 프로젝트를 이어서 진행하려고 한다. 진행과정 목차 DB(MySQL)설정 및 Mybatis 환경설정UserMapper.java 작성 [ Inte..
-
Spring Boot 프로젝트 생성 [STS4/gradle/mybatis/thymeleaf]프레임워크/Spring Boot 2024. 6. 28. 17:31
내가 계획하고 있는 환경build type : gradle-groovyJDK : JDK-21Packaging : JARSpring Boot : 3.2.5Dependency : Spring Web Spring Boot DevTools Thymeleaf Spring Session MySQL Driver JDBC API MyBatis Framework STS 4 기본 설정STS 화면에서 [..