mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-6269 Changed the module folder names on enterprise
This commit is contained in:
@@ -17,7 +17,7 @@ Please refer to our [How to contribute](/CONTRIBUTING.md) guide and our [Contrib
|
||||
rm-community/rm-community-share/ or rm-enterprise/rm-enterprise-share/ )
|
||||
|
||||
## Configuring a different DB other than H2 (e.g. MySQL or PostgreSQL)
|
||||
* Create a file called _local.properties_ under src/main/resources in alfresco-rm-enterprise-repo
|
||||
* Create a file called _local.properties_ under src/main/resources in alfresco-governance-services-enterprise-repo
|
||||
* Add the following properties in this new file
|
||||
|
||||
```
|
||||
|
@@ -53,7 +53,7 @@ public class ModuleCompatibilityComponent implements ApplicationListener<Context
|
||||
private static Log logger = LogFactory.getLog(ModuleCompatibilityComponent.class);
|
||||
|
||||
// TODO get this from somewhere
|
||||
private static final String RM_ENT_MODULE_ID = "alfresco-rm-enterprise-repo";
|
||||
private static final String RM_ENT_MODULE_ID = "alfresco-governance-services-enterprise-repo";
|
||||
|
||||
/** descriptor service */
|
||||
private DescriptorService descriptorService;
|
||||
|
Reference in New Issue
Block a user