Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Spring Boot Configuration Metadata for auto-completion of app properties in IDE #224

Closed
knstvk opened this issue Aug 24, 2021 · 1 comment
Assignees
Milestone

Comments

@knstvk
Copy link
Contributor

knstvk commented Aug 24, 2021

@knstvk knstvk added this to the 1.1.0 milestone Aug 24, 2021
@knstvk knstvk added this to October 2021 feature release 1.1 in Jmix Roadmap - OUTDATED Sep 2, 2021
gorbunkov added a commit to jmix-projects/jmix-localfs that referenced this issue Oct 1, 2021
…perties in IDE jmix-framework/jmix#224

JmixBuildPlugin adds annotationProcessor for Jmix modules;
Javadoc in existing ConfigurationProperties classes moved from getters to fields in order to be better displayed in IDE hints while application.properties file is being edited;
gorbunkov added a commit to Haulmont/jmix-awssecurity that referenced this issue Oct 1, 2021
…perties in IDE jmix-framework/jmix#224

JmixBuildPlugin adds annotationProcessor for Jmix modules;
Javadoc in existing ConfigurationProperties classes moved from getters to fields in order to be better displayed in IDE hints while application.properties file is being edited;
gorbunkov added a commit to jmix-projects/jmix-dataimport that referenced this issue Oct 1, 2021
…perties in IDE jmix-framework/jmix#224

JmixBuildPlugin adds annotationProcessor for Jmix modules;
Javadoc in existing ConfigurationProperties classes moved from getters to fields in order to be better displayed in IDE hints while application.properties file is being edited;
gorbunkov added a commit to jmix-projects/jmix-datatools that referenced this issue Oct 1, 2021
…perties in IDE jmix-framework/jmix#224

JmixBuildPlugin adds annotationProcessor for Jmix modules;
Javadoc in existing ConfigurationProperties classes moved from getters to fields in order to be better displayed in IDE hints while application.properties file is being edited;
gorbunkov added a commit to jmix-projects/jmix-security that referenced this issue Oct 1, 2021
…perties in IDE jmix-framework/jmix#224

JmixBuildPlugin adds annotationProcessor for Jmix modules;
Javadoc in existing ConfigurationProperties classes moved from getters to fields in order to be better displayed in IDE hints while application.properties file is being edited;
gorbunkov added a commit to jmix-projects/jmix-reports that referenced this issue Oct 1, 2021
…perties in IDE jmix-framework/jmix#224

JmixBuildPlugin adds annotationProcessor for Jmix modules;
Javadoc in existing ConfigurationProperties classes moved from getters to fields in order to be better displayed in IDE hints while application.properties file is being edited;
gorbunkov added a commit to jmix-projects/jmix-dynattr that referenced this issue Oct 1, 2021
…perties in IDE jmix-framework/jmix#224

JmixBuildPlugin adds annotationProcessor for Jmix modules;
Javadoc in existing ConfigurationProperties classes moved from getters to fields in order to be better displayed in IDE hints while application.properties file is being edited;
gorbunkov added a commit to jmix-projects/jmix-graphql that referenced this issue Oct 1, 2021
…perties in IDE jmix-framework/jmix#224

JmixBuildPlugin adds annotationProcessor for Jmix modules;
Javadoc in existing ConfigurationProperties classes moved from getters to fields in order to be better displayed in IDE hints while application.properties file is being edited;
gorbunkov added a commit to jmix-projects/jmix-search that referenced this issue Oct 1, 2021
…perties in IDE jmix-framework/jmix#224

JmixBuildPlugin adds annotationProcessor for Jmix modules;
Javadoc in existing ConfigurationProperties classes moved from getters to fields in order to be better displayed in IDE hints while application.properties file is being edited;
gorbunkov added a commit to jmix-projects/jmix-email that referenced this issue Oct 1, 2021
…perties in IDE jmix-framework/jmix#224

JmixBuildPlugin adds annotationProcessor for Jmix modules;
Javadoc in existing ConfigurationProperties classes moved from getters to fields in order to be better displayed in IDE hints while application.properties file is being edited;
gorbunkov added a commit to jmix-projects/jmix-awsfs that referenced this issue Oct 1, 2021
…perties in IDE jmix-framework/jmix#224

JmixBuildPlugin adds annotationProcessor for Jmix modules;
Javadoc in existing ConfigurationProperties classes moved from getters to fields in order to be better displayed in IDE hints while application.properties file is being edited;
gorbunkov added a commit to jmix-projects/jmix-build that referenced this issue Oct 1, 2021
…perties in IDE jmix-framework/jmix#224

JmixBuildPlugin adds annotationProcessor for Jmix modules;
Javadoc in existing ConfigurationProperties classes moved from getters to fields in order to be better displayed in IDE hints while application.properties file is being edited;
gorbunkov added a commit that referenced this issue Oct 1, 2021
…perties in IDE #224

JmixBuildPlugin adds annotationProcessor for Jmix modules;
Javadoc in existing ConfigurationProperties classes moved from getters to fields in order to be better displayed in IDE hints while application.properties file is being edited;
gorbunkov added a commit to jmix-projects/jmix-data that referenced this issue Oct 1, 2021
…perties in IDE jmix-framework/jmix#224

JmixBuildPlugin adds annotationProcessor for Jmix modules;
Javadoc in existing ConfigurationProperties classes moved from getters to fields in order to be better displayed in IDE hints while application.properties file is being edited;
gorbunkov added a commit to jmix-projects/jmix-rest that referenced this issue Oct 1, 2021
…perties in IDE jmix-framework/jmix#224

JmixBuildPlugin adds annotationProcessor for Jmix modules;
Javadoc in existing ConfigurationProperties classes moved from getters to fields in order to be better displayed in IDE hints while application.properties file is being edited;
gorbunkov added a commit to jmix-projects/jmix-imap that referenced this issue Oct 1, 2021
…perties in IDE jmix-framework/jmix#224

JmixBuildPlugin adds annotationProcessor for Jmix modules;
Javadoc in existing ConfigurationProperties classes moved from getters to fields in order to be better displayed in IDE hints while application.properties file is being edited;
gorbunkov added a commit to jmix-projects/jmix-ui that referenced this issue Oct 1, 2021
…perties in IDE jmix-framework/jmix#224

JmixBuildPlugin adds annotationProcessor for Jmix modules;
Javadoc in existing ConfigurationProperties classes moved from getters to fields in order to be better displayed in IDE hints while application.properties file is being edited;
@gorbunkov
Copy link
Contributor

As a result, when you edit application.properties file in a new Jmix project, IntelliJ Idea Ultimate should suggest property names and show property javadoc where defined:

image.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants