Reheapification / best-practice-software-engineering

Automatically exported from code.google.com/p/best-practice-software-engineering
0 stars 0 forks source link

JDBC info as properties injected into spring via PropertyPlaceHolder #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Verwendung von JDBC Informationen (Driverclass, Datenbankname, 
Username, etc.) sollte man in eine Properties Datei auslagern (jdbc.properties) 
und über den PropertyPlaceHolder in den Spring Konfigurationen befüllen. So 
mischt man Infrastrukturinformationen mit spezifischen Informationen wie 
DB, etc.

Original issue reported on code.google.com by erik.fro...@gmail.com on 15 Mar 2010 at 3:22