我们想创建户外AMP模块,它将使用spring-data连接到外部数据库。可以创建这样的模块吗?
谢谢
发布于 2017-05-12 13:40:14
可以,您可以通过在alfresco-global.properties中提供数据库属性来完成此操作
db.driver: The fully-qualified name of the JDBC driver class
db.url: The JDBC URL to the database connection
db.username: The name used to authenticate with the database
db.password: The password used to authenticate with the database和使用所需的设置配置数据库有关详细信息,请参阅此doc link
https://stackoverflow.com/questions/43914178
复制相似问题