Skip to content

Commit c9ab691

Browse files
author
Matt Raible
authored
Merge pull request oktadev#12 from oktadeveloper/reactive-jhipster-qa
2 parents 4dade67 + dad37b3 commit c9ab691

File tree

31 files changed

+425
-547
lines changed

31 files changed

+425
-547
lines changed

reactive-jhipster/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

reactive-jhipster/blog/.jhipster/Blog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
"microserviceName": "blog",
3636
"clientRootFolder": "blog",
3737
"databaseType": "neo4j",
38-
"changelogDate": "20210115055143"
38+
"changelogDate": "20210116001828"
3939
}

reactive-jhipster/blog/.jhipster/Post.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@
4747
"microserviceName": "blog",
4848
"clientRootFolder": "blog",
4949
"databaseType": "neo4j",
50-
"changelogDate": "20210115055243"
50+
"changelogDate": "20210116001928"
5151
}

reactive-jhipster/blog/.jhipster/Tag.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
"microserviceName": "blog",
3030
"clientRootFolder": "blog",
3131
"databaseType": "neo4j",
32-
"changelogDate": "20210115055043"
32+
"changelogDate": "20210116001728"
3333
}

reactive-jhipster/blog/.yo-rc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
"clientThemeVariant": "",
4242
"withAdminUi": true,
4343
"nativeLanguage": "en",
44-
"creationTimestamp": 1610689783338,
45-
"jwtSecretKey": "NzUzOTMyZDQwOGRmMjFiM2I2YzI3MjhlZjUxMTU3YmZiYTgxMDczMmQ3NWQ1Zjc5NGY2NWVlNjBmMGZjMTMxNTEyOWQ2NTliNGI3NTI5MjAwNDdhMDc1OGE1NmVjZjQ2NDdkYjk1YTk5N2I3MTc4ZmVhNzlhZTE3NjIxZmM0Y2E=",
46-
"lastLiquibaseTimestamp": 1610689963000,
44+
"creationTimestamp": 1610756188505,
45+
"jwtSecretKey": "ZDZlZWI0MzMyYzUxMzcwMGE5YTc0NjdiMjgyM2ZhMTM0MDE2ZTIxZTM2YjIzZWEyOWFjZjM5NmIxM2VmODA4ZTc2ZTE1OGNhZDY2MjdhNzgzMjhiOTYzZTAxYmM3MzU5NTY3ZTU1YjNmMjdlM2M3N2ZiOTIzZmYzMmNiMmNhNGE=",
46+
"lastLiquibaseTimestamp": 1610756368000,
4747
"entities": [
4848
"Tag",
4949
"Blog",

reactive-jhipster/blog/gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ npmVersion=6.14.11
99
jhipsterDependenciesVersion=7.0.0-SNAPSHOT
1010
# The spring-boot version should match the one managed by
1111
# https://mvnrepository.com/artifact/tech.jhipster/jhipster-dependencies/7.0.0-SNAPSHOT
12-
springBootVersion=2.3.7.RELEASE
12+
springBootVersion=2.3.8.RELEASE
1313
# The hibernate version should match the one managed by
14-
# https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-dependencies/2.3.7.RELEASE -->
15-
hibernateVersion=5.4.25.Final
14+
# https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-dependencies/2.3.8.RELEASE -->
15+
hibernateVersion=5.4.27.Final
1616
mapstructVersion=1.4.1.Final
1717
archunitJunit5Version=0.15.0
1818

reactive-jhipster/blog/src/main/docker/central-server-config/docker-config/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jhipster:
88
authentication:
99
jwt:
1010
# secret key which should be base64 encoded and changed in production
11-
base64-secret: NzUzOTMyZDQwOGRmMjFiM2I2YzI3MjhlZjUxMTU3YmZiYTgxMDczMmQ3NWQ1Zjc5NGY2NWVlNjBmMGZjMTMxNTEyOWQ2NTliNGI3NTI5MjAwNDdhMDc1OGE1NmVjZjQ2NDdkYjk1YTk5N2I3MTc4ZmVhNzlhZTE3NjIxZmM0Y2E=
11+
base64-secret: ZDZlZWI0MzMyYzUxMzcwMGE5YTc0NjdiMjgyM2ZhMTM0MDE2ZTIxZTM2YjIzZWEyOWFjZjM5NmIxM2VmODA4ZTc2ZTE1OGNhZDY2MjdhNzgzMjhiOTYzZTAxYmM3MzU5NTY3ZTU1YjNmMjdlM2M3N2ZiOTIzZmYzMmNiMmNhNGE=
1212

1313
eureka:
1414
client:

reactive-jhipster/blog/src/main/docker/central-server-config/localhost-config/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jhipster:
88
authentication:
99
jwt:
1010
# secret key which should be base64 encoded and changed in production
11-
base64-secret: NzUzOTMyZDQwOGRmMjFiM2I2YzI3MjhlZjUxMTU3YmZiYTgxMDczMmQ3NWQ1Zjc5NGY2NWVlNjBmMGZjMTMxNTEyOWQ2NTliNGI3NTI5MjAwNDdhMDc1OGE1NmVjZjQ2NDdkYjk1YTk5N2I3MTc4ZmVhNzlhZTE3NjIxZmM0Y2E=
11+
base64-secret: ZDZlZWI0MzMyYzUxMzcwMGE5YTc0NjdiMjgyM2ZhMTM0MDE2ZTIxZTM2YjIzZWEyOWFjZjM5NmIxM2VmODA4ZTc2ZTE1OGNhZDY2MjdhNzgzMjhiOTYzZTAxYmM3MzU5NTY3ZTU1YjNmMjdlM2M3N2ZiOTIzZmYzMmNiMmNhNGE=
1212

1313
eureka:
1414
client:
Binary file not shown.

reactive-jhipster/docker-compose/.yo-rc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"serviceDiscoveryType": "eureka",
1010
"dockerRepositoryName": "mraible",
1111
"dockerPushCommand": "docker push",
12-
"jwtSecretKey": "YjRiOGY3NzU1NDA5ZDNmMTJkZmJhZjg0NGI0OTk1NzhkYTNiNjg1MGU1ZWZiYjQzYzViNWJhOGVkNmM2NWJjMzY3NWE1NWNkZGRhYTMzY2NjNzc1ZWUyY2Y4YjE1ZTY5Y2I5ZQ=="
12+
"jwtSecretKey": "ZWE0MGM3MzNkOTVhNzNiZGIzN2ZhZGFmMzM2YzEzM2YyOTAxNjc2MmVlZDkyMjVkMTQ0YjIyOGE5M2JjMjZlZTFlNWY4NTdjOTkxNDc5NGVlYTYyODkzOGFkMDhiODdkOTA1NQ=="
1313
}
1414
}

0 commit comments

Comments
 (0)