Default data store

after jmix update to version 1.4.3

the item Data Store of the default connection, is no longer being listed,
I looked in the 1.4.3 changes list but I couldn’t find the explanation of what happened and where it is now to be adjusted.

shows in the listing only the secondary connection, in this case “lerp”

can anybody help me?

datastore

found out what happened

the connection parameters are in a secondary file called “application-dev.properties”, when cutting the parameters and putting them in the “application.properties” file, the default connection returned.

now the question remains, how should it be from now on?
conexao padrao

This is caused by changes in Studio should not read application properties from application-{profile}.properties files : JST-3538.

I’d recommend having the development settings in the default application.properties and using profiles for other environments like production.

thank you for your attention, I will do some tests to validate this new configuration