1tontech / intellij-spring-assistant

Spring Assistant - IntelliJ plugin that assists you in developing spring applications
MIT License
114 stars 171 forks source link

Doesn't Create additional-spring-configuration-metadata.json #5

Closed Bwvolleyball closed 5 years ago

Bwvolleyball commented 5 years ago

This plugin will not create this file if it doesn't exist (even though it gives the prompt), and then it also doesn't read properties from this file if it does exist.

It only reads from spring-configuration-metadata.json. It ideally should at a minimum read from both that file and a additional-spring-configuration-metadata.json

thekalinga commented 5 years ago

Please have a look https://github.com/1tontech/intellij-spring-assistant/tree/master/samples

The project already includes everything that is mentioned in the documentation

It does read from additional-spring-configuration-metadata.json

https://github.com/1tontech/intellij-spring-assistant/blob/master/samples/gradle/single-project/src/main/resources/META-INF/additional-spring-configuration-metadata.json