spring-boot-sample-profile-archetype

spring-boot-sample-profile-archetype

Spring Boot Profile Sample
http://projects.spring.io/spring-boot/
Apache License, Version 2.0
Phillip Webb Dave Syer
Files download
File Operation
spring-boot-sample-profile-archetype-1.0.2.RELEASE.jar download
spring-boot-sample-profile-archetype-1.0.2.RELEASE.pom download
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-sample-profile-archetype</artifactId>
  <version>1.0.2.RELEASE</version>
  <type>maven-archetype</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:spring-boot-sample-profile-archetype:1.0.2.RELEASE'
Gradle Kotlin
implementation("org.springframework.boot:spring-boot-sample-profile-archetype:1.0.2.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.boot" % "spring-boot-sample-profile-archetype" % "1.0.2.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='spring-boot-sample-profile-archetype', version='1.0.2.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.boot" name="spring-boot-sample-profile-archetype" rev="1.0.2.RELEASE" />
Leiningen
[org.springframework.boot/spring-boot-sample-profile-archetype "1.0.2.RELEASE"]
Apache Buildr
'org.springframework.boot:spring-boot-sample-profile-archetype:jar:1.0.2.RELEASE'