Changes for page Best Practices-Properties Files
Last modified by Markus Ruggiero on 2025/10/24 16:07
From version 19.1
edited by David Avendasora
on 2009/06/25 10:48
on 2009/06/25 10:48
Change comment:
There is no comment for this version
To version 13.1
edited by David Avendasora
on 2009/06/25 10:47
on 2009/06/25 10:47
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -18,17 +18,13 @@ 18 18 19 19 ==== Model-Specific Connection Properties ==== 20 20 21 -{{noformat}} 22 - 23 -MyEOModel.URL = 24 -MyEOModel.DBUser = 25 -MyEOModel.DBPassword = 21 +MyEOModel.URL = jdbc:mysql:~/~/host1/cheetah?capitalizeTypenames=true 22 +MyEOModel.DBUser = @@cheetah.dbuser@@ 23 +MyEOModel.DBPassword = @@cheetah.dbpassword@@ 26 26 MyEOModel.DBDriver = 27 27 MyEOModel.DBPlugin = 28 28 MyEOModel.DBJDBCInfo = 29 29 30 -{{/noformat}} 31 - 32 32 ==== Global Connection Properties ==== 33 33 34 34 These settings will allow you to set the connection properties for all the EOModels in your project.