安装 BFT LogCenter

此章节介绍windows环境下,BFT LogCenter解压安装部署。

说明:
BFTLogCenter解压安装目录为“C:\bft751”,用户可根据情况选择安装位置。

安装

1.将“Primeton_BFT_7.5.1_LogCenter.zip”压缩包复制到{BFTLogCenter解压安装目录}下。

2.在“{BFTLogCenter解压安装目录}”下创建“Primeton_BFT_7.5.1_LogCenter”目录。

3.用解压工具将“Primeton_BFT_7.5.1_LogCenter.zip”中的所有内容解压至 “{BFTLogCenter解压安装目录}\Primeton_BFT_7.5.1_LogCenter” 目录。

4.将数据库驱动包拷贝到{BFTLogCenter解压安装目录}\Primeton_BFT_7.5.1_LogCenter\lib目录中。

5.文本编辑器编辑{BFTLogCenter解压安装目录}\Primeton_BFT_7.5.1_LogCenter\config\application.properties文件,配置BFT Logcenter

说明:如无特殊要求只需修改以#注释的配置文件信息即可
server.port=29898
spring.application.name=BFT-LOG-CENTER
server.app-server.max-connections=500
server.app-server.max-swallow-size=-1

spring.datasource.driver-class-name=com.mysql.jdbc.Driver     #数据库驱动
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect  #数据库方言
spring.datasource.username=root#数据库用户名
spring.datasource.password=ENC(oJ6CMK5x9QgIWMJ/mOILvjrb633GLdxb) #数据库用户密码
spring.datasource.url=jdbc:mysql://192.168.16.97:3306/bft751?useSSL=false&serverTimezone=Asia/Shanghai                    #访问数据库的JDBC URL
忽略......

参数说明:

参数 说明 是否修改
server.port 日志中心访问端口
spring.application.name 日志中心应用名称
server.app-server.max-connections 服务最大连接数
spring.datasource.driver-class-name 数据库驱动
spring.jpa.properties.hibernate.dialect 数据库方言
spring.datasource.username 数据库用户名,根据实际环境修改
spring.datasource.password 数据库用户密码,根据实际环境修改
spring.datasource.url 访问数据库的JDBC URL,根据实际环境修改

results matching ""

    No results matching ""