Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将我的 liferay 连接到另一个 Postgres 数据库,并从该数据库中恢复用户的用户名和登录名,并使用此数据连接到 liferay。我正在使用钩子,但我不知道要修改哪个文件或 jsp 页面。
参见portal.properties配置:
portal.properties
# PostgreSQL # #jdbc.default.driverClassName=org.postgresql.Driver #jdbc.default.url=jdbc:postgresql://localhost:5432/lportal #jdbc.default.username=sa #jdbc.default.password=