Skip to content

Commit

Permalink
Initial application generated by JHipster-6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubois committed Jun 21, 2019
1 parent a255a75 commit 9983029
Show file tree
Hide file tree
Showing 25 changed files with 130 additions and 17,507 deletions.
2 changes: 1 addition & 1 deletion .yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"en"
],
"serverPort": 8080,
"jhipsterVersion": "6.1.0",
"jhipsterVersion": "6.1.1",
"enableSocialSignIn": false,
"useSass": true,
"jhiPrefix": "jhi",
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jhipsterSampleApplication

This application was generated using JHipster 6.1.0, you can find documentation and help at [https://www.jhipster.tech/documentation-archive/v6.1.0](https://www.jhipster.tech/documentation-archive/v6.1.0).
This application was generated using JHipster 6.1.1, you can find documentation and help at [https://www.jhipster.tech/documentation-archive/v6.1.1](https://www.jhipster.tech/documentation-archive/v6.1.1).

## Development

Expand Down Expand Up @@ -178,13 +178,13 @@ For more information refer to [Using Docker and Docker-Compose][], this page als
To configure CI for your project, run the ci-cd sub-generator (`jhipster ci-cd`), this will let you generate configuration files for a number of Continuous Integration systems. Consult the [Setting up Continuous Integration][] page for more information.

[jhipster homepage and latest documentation]: https://www.jhipster.tech
[jhipster 6.1.0 archive]: https://www.jhipster.tech/documentation-archive/v6.1.0
[using jhipster in development]: https://www.jhipster.tech/documentation-archive/v6.1.0/development/
[using docker and docker-compose]: https://www.jhipster.tech/documentation-archive/v6.1.0/docker-compose
[using jhipster in production]: https://www.jhipster.tech/documentation-archive/v6.1.0/production/
[running tests page]: https://www.jhipster.tech/documentation-archive/v6.1.0/running-tests/
[code quality page]: https://www.jhipster.tech/documentation-archive/v6.1.0/code-quality/
[setting up continuous integration]: https://www.jhipster.tech/documentation-archive/v6.1.0/setting-up-ci/
[jhipster 6.1.1 archive]: https://www.jhipster.tech/documentation-archive/v6.1.1
[using jhipster in development]: https://www.jhipster.tech/documentation-archive/v6.1.1/development/
[using docker and docker-compose]: https://www.jhipster.tech/documentation-archive/v6.1.1/docker-compose
[using jhipster in production]: https://www.jhipster.tech/documentation-archive/v6.1.1/production/
[running tests page]: https://www.jhipster.tech/documentation-archive/v6.1.1/running-tests/
[code quality page]: https://www.jhipster.tech/documentation-archive/v6.1.1/code-quality/
[setting up continuous integration]: https://www.jhipster.tech/documentation-archive/v6.1.1/setting-up-ci/
[node.js]: https://nodejs.org/
[yarn]: https://yarnpkg.org/
[webpack]: https://webpack.github.io/
Expand Down
41 changes: 19 additions & 22 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,30 @@
"root": "",
"sourceRoot": "src/main/webapp",
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
"skipTests": true,
"style": "scss"
},
"@schematics/angular:directive": {
"skipTests": true
},
"@schematics/angular:guard": {
"skipTests": true
},
"@schematics/angular:pipe": {
"skipTests": true
},
"@schematics/angular:service": {
"skipTests": true
}
},
"prefix": "jhi",
"architect": {}
}
},
"defaultProject": "jhipster-sample-application",
"cli": {
"packageManager": "npm"
},
"schematics": {
"@schematics/angular:component": {
"inlineStyle": true,
"inlineTemplate": false,
"spec": false,
"prefix": "jhi",
"styleExt": "scss"
},
"@schematics/angular:directive": {
"spec": false,
"prefix": "jhi"
},
"@schematics/angular:guard": {
"spec": false
},
"@schematics/angular:pipe": {
"spec": false
},
"@schematics/angular:service": {
"spec": false
}
}
}
Loading

0 comments on commit 9983029

Please sign in to comment.