Spring Cloud Config Server

Jmnote (토론 | 기여)님의 2018년 9월 28일 (금) 10:33 판 (→‎개요)

1 개요

Spring Cloud Config Server
스프링 클라우드 컨피그 서버
@SpringBootApplication
@EnableConfigServer
public class ConfigServer {
  public static void main(String[] args) {
    SpringApplication.run(ConfigServer.class, args);
  }
}

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}