Vote count:
0
My application has 2 projects: Web and DAO. In DAO project I have a config file that contains DB connection string. The DAO project is packaged as jar and referenced by the Web project. The Web project is packaged as war.
After deploying the war file, I want to change the connection string. But I found that the DAO project is included as a jar file, and I cannot edit the connection string. How could I build the application so that I can edit the connection string without rebuilding the application?
asked 2 mins ago
Edit referenced project config at run time
Aucun commentaire:
Enregistrer un commentaire