스프링부트 관련

2019. 6. 4. 12:17프로그래밍/Spring

https://miniweb4u.tistory.com/193

 

스프링부트(Spring Boot) 개발환경 구성 및 프로젝트 시작하기

안녕하세요~작은나무입니다!! 이번 포스팅은 JAVA프로젝트 진행시 이클립스(Eclipse)를 이용해서 개발 환경을 구성해서 사용중인대요~ OAuth와 관련된 프로젝트를 좀 알아보다가 스프링부트(Spring Boot)를 알게..

miniweb4u.tistory.com

https://medium.com/@yongkyu.jang/%EC%8A%A4%ED%94%84%EB%A7%81%EB%B6%80%ED%8A%B8-springboot-%EA%B0%9C%EB%B0%9C%ED%99%98%EA%B2%BD-%EA%B5%AC%EC%84%B1-1-%EC%B2%AB%EA%B1%B8%EC%9D%8C-2aa01e808f62

 

[스프링부트] SpringBoot 개발환경 구성 #1 — 첫걸음

SpringBoot로 인해 확실히 기존의 Spring기반 웹어플리케이션 프로젝트를 셋업하는데 좀 더 편하고 빠르게 할 수 있게 된 것 같다.

medium.com

https://jj-one-a-week.blogspot.com/2017/06/spring-01-1-spring-boot-sts.html

 

[Spring 개발연습_01-1] Spring Boot와 STS 설치

VICTOR HANACEK - picjumbo 1. Spring Boot  프로그래밍을 시작하며   스프링 프레임워크(Spring Framework) 를 알게 되었다. 좀 더 찾아보니 한국에서는  국가 표준 프레임워크 로 채택되었기 때...

jj-one-a-week.blogspot.com

https://docs.spring.io/spring-boot/docs/1.2.2.RELEASE/reference/htmlsingle/#using-boot-maven

 

Spring Boot Reference Guide

23. Externalized Configuration Spring Boot allows you to externalize your configuration so you can work with the same application code in different environments. You can use properties files, YAML files, environment variables and command-line arguments to

docs.spring.io