Changes for page Best Practices-Properties Files
Last modified by Markus Ruggiero on 2025/10/24 16:07
From version 30.1
edited by Markus Ruggiero
on 2025/10/24 16:07
on 2025/10/24 16:07
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,1 @@ 1 - documentation.Home.Best Practices.WebHome1 +Best Practices - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ruggiero1 +XWiki.kiddyr - Content
-
... ... @@ -18,7 +18,8 @@ 18 18 19 19 ==== Model-Specific Connection Properties ==== 20 20 21 -{{code}} 21 +{{noformat}} 22 + 22 22 MyEOModel.URL = 23 23 MyEOModel.DBUser = 24 24 MyEOModel.DBPassword = ... ... @@ -25,16 +25,19 @@ 25 25 MyEOModel.DBDriver = 26 26 MyEOModel.DBPlugin = 27 27 MyEOModel.DBJDBCInfo = 28 -{{/code}} 29 29 30 +{{/noformat}} 31 + 30 30 ==== Global Connection Properties ==== 31 31 32 32 These settings will allow you to set the connection properties for all the EOModels in your project. 33 33 34 -{{code}} 36 +{{noformat}} 37 + 35 35 dbConnectURLGLOBAL = 36 36 dbConnectUserGLOBAL = 37 37 dbConnectPasswordGLOBAL = 38 38 dbConnectDriverGLOBAL = 39 39 dbEOPrototypesEntityGLOBAL = 40 -{{/code}} 43 + 44 +{{/noformat}}