首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >alfresco与spring-data的集成

alfresco与spring-data的集成
EN

Stack Overflow用户
提问于 2017-05-11 19:30:32
回答 1查看 100关注 0票数 0

我们想创建户外AMP模块,它将使用spring-data连接到外部数据库。可以创建这样的模块吗?

谢谢

EN

回答 1

Stack Overflow用户

发布于 2017-05-12 13:40:14

可以,您可以通过在alfresco-global.properties中提供数据库属性来完成此操作

代码语言:javascript
复制
   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

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/43914178

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档