gpt4 book ai didi

mysql - 如何使用 eclipse 连接 Liferay Portal 和 mysql 数据库?

转载 作者:行者123 更新时间:2023-11-29 01:57:32 25 4
gpt4 key购买 nike

我有 Liferay 6.2,我想使用 eclipse IDE 连接 mysql 数据库。如何连接它们以及我必须使用什么。请给我任何启动示例。

最佳答案

按照以下步骤->

  1. 创建一个新的 liferay 服务器(将其指向 liferay 门户)。
  2. 启动服务器。
  3. 服务器何时启动本地主机:8080。
  4. 将为数据库显示一个页面配置和用户配置。
  5. 提供数据库名称和用户名和密码。
  6. 一旦您提供,liferay 将使用那个数据库。(显然那个数据库应该在你的数据库中)

否则您可以在\liferay-portal-6.2.0-ce-ga1 目录中创建一个 portal-setup-wizard.properties 文件。然后添加以下条目。

admin.email.from.name=Test Test
jdbc.default.password=root
liferay.home=D:/5555555/liferay-portal-6.2.0-ce-ga1
admin.email.from.address=test@liferay.com
jdbc.default.driverClassName=com.mysql.jdbc.Driver
jdbc.default.username=root
jdbc.default.url=jdbc:mysql://localhost/project_monitor_liferay?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
setup.wizard.enabled=false

否则你可以点击下面的链接

http://www.liferaysavvy.com/2013/12/liferay-62-portal-development.html

这里给出了一步一步的过程。如果您觉得有帮助,请将以上标记为答案,这样对其他人也有帮助。

要在 portlet 中使用服务构建器,您可以通过以下链接。了解如何创建 portlet 并在其中集成服务。

https://github.com/liferay/liferay-plugins/tree/master/portlets/sample-service-builder-portlet

http://www.liferaysavvy.com/2014/05/liferay-mvc-portlet-development-with.html

http://www.liferaysolution.com/2011/12/nice-video-tutorial-to-create-sample.html

http://innovationliferay.blogspot.in/p/service-builder-concept.html

否则,您可以从以下网址下载 liferay 食谱http://www.mpowerglobal.com/download-cookbook 这本书包含您所有的查询。您只需要深入研究并找到它。

关于mysql - 如何使用 eclipse 连接 Liferay Portal 和 mysql 数据库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24449068/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com