Adding profiles for different OpenAPI server URLS in different environments #21

Merged
hitanshu merged 3 commits from hitanshu/CFTunnels:profiles into test 2025-06-04 05:37:10 +00:00
Showing only changes of commit 196cf74a72 - Show all commits

View File

@ -13,6 +13,10 @@ java {
} }
} }
test {
systemProperty 'spring.profiles.active', 'test'
}
repositories { repositories {
mavenCentral() mavenCentral()
} }