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

Add pom.xml support for mvnw* and application.properties support for *.properties #205

Open
3 tasks done
CrisCorreaS opened this issue May 7, 2024 · 0 comments
Open
3 tasks done
Labels
enhancement New feature or request

Comments

@CrisCorreaS
Copy link

Clear and concise description of the problem

When using Maven in a Spring Boot or Java project, it generates mvnw and mvnw.cmd files near the pom.xml file.
The application.properties file and other .properties files in Spring Boot projects are in the same folder.

Suggested solution

'pom.xml': 'mvnw*',
'application.properties': '*.properties',

Alternative

Manually add these rules to VSCode settings

Additional context

image pom

Validations

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

No branches or pull requests

1 participant