Environment: Jmix 2.1.3
My project worked very well until I added an additional data store and did nothing, just left it there but it caused “BeanCreationException”.
My steps:
Left-clicked on “Data stores” → “New” → “Additional Data Store…”
After I filled every field in the “Properties file” and “Test connection” returned “Successfully connected”, Jmix auto-generated 1 file for me: This were BackofficeStoreConfiguration.java, which was a configuration file (picture below)
And Jmix added some configuration lines in my application.properties
But those lines showed something like this “Cannot resolve configuration property ‘jmix.core.additional-stores’”
How to solve this problem?
Thanks Jmix team