똑같은 삽질은 2번 하지 말자
Gradle -> Maven 본문
Gradle
dependencies {
implementation 'com.github.gavlyukovskiy:p6spy-spring-boot-starter:1.5.6'
}
Maven
<dependency>
<groupId>com.github.gavlyukovskiy</groupId>
<artifactId>p6spy-spring-boot-starter</artifactId>
<version>1.5.6</version>
</dependency>
'Spring > Spring Boot' 카테고리의 다른 글
Spring Boot 개념다지기 No.9(Spring-Boot-Devtools,Spring Web MVC) (0) | 2020.04.29 |
---|---|
Spring Boot 개념다지기 No.8(테스트) (0) | 2020.04.27 |
Spring Boot 개념다지기 No.7( @Profile(프로파일),Logger(로깅) ) (0) | 2020.04.26 |
Spring Boot 개념다지기 No.6(SpringApplication, 외부설정) (0) | 2020.04.25 |
Spring Boot 개념다지기 No.5 (0) | 2020.04.25 |
Comments