[go: nahoru, domu]

Skip to content

Commit

Permalink
Update to use JHipster Native blueprint v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Raible committed Mar 2, 2022
1 parent 930266d commit 7cdbdd7
Show file tree
Hide file tree
Showing 20 changed files with 247 additions and 107 deletions.
4 changes: 2 additions & 2 deletions angular-webflux/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"blueprints": [
{
"name": "generator-jhipster-native",
"version": "0.0.0"
"version": "1.0.0"
}
],
"buildTool": "maven",
Expand Down Expand Up @@ -36,7 +36,7 @@
"otherModules": [
{
"name": "generator-jhipster-native",
"version": "0.0.0"
"version": "1.0.0"
}
],
"packageName": "com.mycompany.myapp",
Expand Down
91 changes: 61 additions & 30 deletions angular-webflux/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion angular-webflux/src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,13 @@ logging:
level:
root: ERROR
io.netty: ERROR
org.springframework: WARN
liquibase: ERROR
org.hibernate: ERROR
org.springframework: ERROR
com.zaxxer.hikari: ERROR
org.apache.catalina: ERROR
org.apache.tomcat: ERROR
tech.jhipster.config: ERROR
jdk.event.security: ERROR
java.net: ERROR
sun.net.www: ERROR
Binary file modified angular-webflux/src/main/resources/config/tls/keystore.p12
Binary file not shown.
4 changes: 2 additions & 2 deletions postgres-mvc/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"blueprints": [
{
"name": "generator-jhipster-native",
"version": "0.0.0"
"version": "1.0.0"
}
],
"buildTool": "maven",
Expand Down Expand Up @@ -37,7 +37,7 @@
"otherModules": [
{
"name": "generator-jhipster-native",
"version": "0.0.0"
"version": "1.0.0"
}
],
"packageName": "com.mycompany.myapp",
Expand Down
Loading

0 comments on commit 7cdbdd7

Please sign in to comment.