安装 BFT Console

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

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

安装

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

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

3.用解压工具将“Primeton_BFT_7.5.1_Console.zip”中的所有内容解压至

“{BFTConsole 解压安装目录}\Primeton_BFT_7.5.1_Console” 。

4.将数据库驱动包拷贝到“{BFTConsole解压安装目录}\Primeton_BFT_7.5.1_Console

\libs”目录。

5.文本编辑器编辑“{BFTConsole解压安装目录}\Primeton_BFT_7.5.1_Console\conf

\application.properties”文件,配置BFT Console。

说明:如无特殊要求只需修改以#注释的配置文件信息即可
server.port=28082 
server.servlet.context-path=/bftconsole
spring.application.name=bftconsole

spring.jpa.database=mysql        #数据库类型
spring.jpa.hibernate.ddl-auto=none
spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect #数据库方言

spring.datasource.username=root  #数据库用户名
spring.datasource.password=root  #数据库用户密码
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/bft751? useSSL=false&serverTimezone=Asia/Shanghai             #访问数据库的JDBC URL
spring.datasource.driver-class-name=com.mysql.jdbc.Driver #数据库驱动
spring.datasource.druid.max-active=100
spring.datasource.druid.min-idle=10
spring.datasource.druid.query-timeout=5
spring.datasource.druid.max-wait=60000
spring.datasource.druid.max-wait-thread-count=50
忽略......

参数说明:

参数 说明 是否修改
server.port console访问端口
spring.application.name console访问应用名称
spring.jpa.database 数据库类型,支持Oracle、Mysql、SQLServer,DM,Kingbase,Oscar、highgo、opengauss、UX、Postgresql数据库
spring.jpa.database-platform 数据库方言,详情参考安装须知
spring.datasource.username 数据库用户名,根据实际环境修改
spring.datasource.password 数据库用户密码,根据实际环境修改
spring.datasource.url 访问数据库的JDBC URL,根据实际环境修改
spring.datasource.driver-class-name 数据库驱动

results matching ""

    No results matching ""