Spring Profile Env

Use Spring Env Profile without spring boot, only using spring core

License

License

GroupId

GroupId

com.mageddo
ArtifactId

ArtifactId

spring-profile
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Profile Env
Use Spring Env Profile without spring boot, only using spring core
Project URL

Project URL

https://github.com/mageddo/spring-projects/tree/master/spring-profile
Source Code Management

Source Code Management

https://github.com/mageddo/spring-projects/tree/master/spring-profile

Download spring-profile

How to add to project

<!-- https://jarcasting.com/artifacts/com.mageddo/spring-profile/ -->
<dependency>
    <groupId>com.mageddo</groupId>
    <artifactId>spring-profile</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mageddo/spring-profile/
implementation 'com.mageddo:spring-profile:1.0.0'
// https://jarcasting.com/artifacts/com.mageddo/spring-profile/
implementation ("com.mageddo:spring-profile:1.0.0")
'com.mageddo:spring-profile:jar:1.0.0'
<dependency org="com.mageddo" name="spring-profile" rev="1.0.0">
  <artifact name="spring-profile" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mageddo', module='spring-profile', version='1.0.0')
)
libraryDependencies += "com.mageddo" % "spring-profile" % "1.0.0"
[com.mageddo/spring-profile "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework : spring-core jar 4.3.6.RELEASE
commons-logging : commons-logging jar 1.2

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.

Spring projects extensions

Installing dependencies

./gradlew clean build
./gradlew uploadArchives

Versions

Version
1.0.0