Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Add these properties to the application-cmis-client.properties (you can create this file separately when you add the profile to the bootstrap properties):

...

Info

When you use the earlier referred Alfresco DMS docker environment the properties would be:

#CMIS 
blueriq.cmis.services-url=http://localhost:8080/alfresco/api/-default-/public/cmis/versions/1.1/atom 
blueriq.cmis.user=admin
blueriq.cmis.password=admin 
blueriq.cmis.repository-id=-default- 
blueriq.cmis.object-type-id=cmis:document 
blueriq.cmis.binding-type=atompub 


Add this property to the application.properties:

# Connections
blueriq.connection.memoryconnection.memory

...

Also enable the CMIS Client component by adding the cmis-client profile to the spring.profiles.active setting in the bootstrap.propertiesFor example:

spring.profiles.active=native,development-tools,dashboard,externaldatasources,customerdata-sql-store,trace-sql-store,process-sql-store,reporting-sql-store,comments-sql-store,cmis-client

...

Now create a new project with the project name CMIS example _Example and use the CMIS example package as input.

...