If it is not a Bootique project, the property should work. A few non-Bootique
projects that I still have (that are on Cayenne 4.0) are started using
-Dcayenne.* properties from the docs.
If it is a Bootique project, you will need to use the Bootique approach to
configure credentials for anythin
Do -Dcayenne.jdbc.username really work? I’m trying to use that (so that the
password is not stored in Git), and the runtime is still using the login
information from the XML file.
Cayenne 4.1.M1.
ServerRuntime mysqlRuntime =
ServerRuntime.builder().addConfig("cayenne-mysql.xml").build();
> Le