mic050r / SpringBoot_2024

2024 3학년 스프링 부트 실습 코드
0 stars 0 forks source link

Spring Boot #1

Open mic050r opened 4 months ago

mic050r commented 4 months ago

1. start.spring.io에서 프로젝트 셋팅

oracle+mybatis image

2. Intellij 설정

image

3. 서버 실행중 일 때 코드를 수정해도 변경 가능하도록

developmentOnly 'org.springframework.boot:spring-boot-devtools' image image