일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- node.js
- Spring
- npm
- Dependency Management
- git rm --cached
- docker daemon
- maven
- spring boot
- 자바스크립트
- JS
- node
- Modified
- Git 내부
- Auto-Importing
- staged
- 리눅스
- Dependency
- Git내부
- commit
- github
- hash-object
- git push
- brew
- Linux
- Server Off
- docker
- SpringBootApplication
- unmodified
- git
- git rm
- Today
- Total
목록Spring (2)
갓태희
import org.springframework.boot.SpringApplication; import org.springframework.boot.WebApplicationType; public class Application { public static void main(String[] args) { SpringApplication springApplication = new SpringApplication(); springApplication.setWebApplicationType(WebApplicationType.NONE); } } @SpringBootApplication을 없애고 WebServer 구동을 None 할수있다.
원문 스프링 부트의 각각 버전은 지원되는 의존성이 담긴 curated list를 제공 합니다 A curated list is a list on a certain topic that has been compiled carefully, usually by research and by a creator of the included content. curated list는 연구에 의해서나 컨텐츠를 만든 사람에 의해 신중하게 편집된 특정 주제에 대한 목록이다. 실제 빌드를 할때 스프링이 어떠한 의존성이라도 다 관리를 해주기때문에 우리가 직접 버전을 제공해줄 필요가없다. 이게 무슨말이냐면 pom.xml같은거 보면 버전을 명시를 해줘도 되는게 있고 없는게 있는데 4.0.0 org.example untitled 1.0..