jhipster
Here are 319 public repositories matching this topic...
I've noticed there are a lot of unused imports, bad syntax (doesn't follow style guide, isn't consistent) across the entire project. I could sweep up some junk for this project. Let me know your thoughts
-
Updated
Jun 20, 2020 - Java
The syntax highlighting has a bug on pattern validation.
The documentation https://www.jhipster.tech/jdl/ states that there was a change at the pattern syntax in version v4.9.X
Things to know before:
- for what DB type (SQL, Cassandra)
- the constraints
Things to do after:
- Update the documentation (in the jhipster.github.io repo)
-
Updated
Jun 25, 2020 - JavaScript
Overview of the feature request
Use async/await instead of promises for more succinct code.
For example, instead of the following JHipster-generated code
this.rideService()
.retrieve(paginationQuery)
.then(
res => {
this.rides = res.data;
this.totalItems = Number(res.headers['x-total-count']);
this.queryCount = tOverview of the issue
Convert usage of Java's Optional to the Kotlin built-in null safety features.
Motivation for or Use Case
As the bulk of the Java code is now migrated to Kotlin we can start fully migrating to Kotlin using more of its built-in features. This might seem as it should have been done already but it was intentionally left out to ease the process of migration(#85) and m
-
Updated
Jan 16, 2020 - Java
-
Updated
May 19, 2020 - JavaScript
-
Updated
Jun 26, 2018 - Java
-
Updated
Jul 9, 2017 - JavaScript
-
Updated
Jun 18, 2020
Having a working local project when you want to upgrade/fix the generator and/or the starter requires a series of commands.
A doc will help people to contribute to this project.
I will write it next week
-
Updated
Jun 9, 2020 - TypeScript
-
Updated
Mar 10, 2020 - Java
When navigating to API in part 05 of the guide, the page doesn't load, i get this in the console.
Every other menu are working ok. Any idea what could cause this?
It really seems like nothing from swagger-ui is deployed. (Or not at the right place?) Applcation tries to fetch them from /swagger-ui/dist/ that directory is empty in target/classes/static/
-
Updated
Jun 7, 2020 - Java
-
Updated
Jun 16, 2020 - Xtend
-
Updated
Jun 11, 2020 - JavaScript
-
Updated
Aug 23, 2018 - Java
Improve this page
Add a description, image, and links to the jhipster topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jhipster topic, visit your repo's landing page and select "manage topics."

