강의

멘토링

커뮤니티

Inflearn Community Q&A

panguse10041's profile image
panguse10041

asked

Spring for Beginners - Learn Spring Boot, Web MVC, and DB Access Technology with Code

javaclass run 안됨

Written on

·

396

0

test를 junit의로 run 한 후에 다시 javaclass를 run할려고합니다. 근데 계속 javaclass 대신

test를 junit으로 run 하는데 이 환경을 어떻게 바꾸죠?

javaspringmvcspring-boot

Answer 2

0

안녕하세요, panguse1 님. 공식 서포터즈 y2gcoder 입니다.

SeoKang님 말씀처럼 해주시거나,

image

@SpringBootApplication 이 붙은 메인 클래스로 가셔서 화살표를 선택해 직접 실행해주셔도 됩니다!



감사합니다.

0

InteliJ 2023.01.02 기준

아래 이미지를 참조하여 Application으로 Configuration으로 변경하면됩니다.

image

panguse10041's profile image
panguse10041

asked

Ask a question