Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 주울
- 도커
- 스택
- spring boot
- Gradle
- 구현
- Logback
- Zuul
- dp
- 스프링 시큐리티
- 구간 트리
- BFS
- 게이트웨이
- 백트래킹
- Spring Cloud Config
- Java
- 유레카
- 플로이드 와샬
- 달팽이
- 다익스트라
- docker-compose
- 이분 탐색
- 이분 매칭
- ZuulFilter
- 완전 탐색
- 메모이제이션
- 서비스 디스커버리
- 트리
- 비트마스킹
- spring cloud
Archives
- Today
- Total
목록springboot (1)
Hello, Freakin world!

간단하게 service-a 라는 MySQL 기반의 스프링부트 프로젝트를 만들어 보자. 우선 스프링 이니셜라이저를 이용해 프로젝트를 생성한다. build.gradle plugins { id 'org.springframework.boot' version '2.4.3' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id 'java' } group = 'springboot.web' version = '0.0.1-SNAPSHOT' sourceCompatibility = '11' configurations { compileOnly { extendsFrom annotationProcessor } } repositories { mavenCentral() ..
도커
2021. 3. 5. 17:08