Skip to content

Commit

Permalink
sample adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Apr 30, 2024
1 parent c21dc10 commit f8cebf2
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@
* - buildTool: maven, gradle
*/

/* reactive, maven */
/* imperative, maven */
application {
config {
applicationType gateway
authenticationType oauth2
baseName gateway
buildTool maven
cacheProvider caffeine
clientFramework angular
creationTimestamp 1617901618886
databaseType mongodb
Expand All @@ -38,19 +39,19 @@ application {
entities *
}

/* imperative, maven */
/* reactive, maven */
application {
config {
applicationType microservice
authenticationType oauth2
baseName blog
buildTool maven
cacheProvider caffeine
creationTimestamp 1617901618887
databaseType mongodb
jwtSecretKey "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ="
messageBroker kafka
packageName com.okta.developer.blog
reactive true
serverPort 8081
serviceDiscoveryType no
testFrameworks [cucumber, gatling]
Expand Down

0 comments on commit f8cebf2

Please sign in to comment.