Skip to content

πFlow V1.9.5 Release

Latest
Compare
Choose a tag to compare
@tianyao-0315 tianyao-0315 released this 06 Dec 02:44

Features

  1. Add file-based pipeline scheduling mode;
  2. Comprehensively upgrade system security;
  3. Add my center.

Requirements

  • JDK 1.8
  • MySQL 5.7

Note

  • 1.The piflow server must be running before running piflow-web
  • 2.This version can only choose "MySQL" database

Configure

  • config.properties
server.servlet.session.timeout=3600
syspara.interfaceUrlHead=http://127.0.0.1:8002
syspara.livyServer=http://master:8998
syspara.isIframe=true
syspara.send.fairman=false
syspara.center.name=πFlow

# Total maximum value of uploaded files
spring.servlet.multipart.max-request-size=512MB
# Maximum value of a single file
spring.servlet.multipart.max-file-size=512MB


# data source
sysParam.datasource.type=mysql
# MySQL Configuration
#Configure the connection address of MySQL
spring.datasource.url = jdbc:mysql://127.0.0.1:3306/piflow_web_v1.9.5?createDatabaseIfNotExist=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true&autoReconnect=true&failOverReadOnly=false
#Configure database user name
spring.datasource.username=root
#Configuration database password
spring.datasource.password=root
#Configure JDBC Driver
# Can not be configured, according to the URL automatic identification, recommended configuration
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver

spring.flyway.locations=classpath:db/flyway-mysql/



# Log Coordination Standard
logging.level.cn.cnic.*.mapper.*=warn
logging.level.root=warn
logging.level.org.flywaydb=warn
logging.level.org.springframework.security=warn
logging.level.org.hibernate.SQL=warn


# If you need to upload python stop,please set docker.host
push.to.harbor=false
docker.central.warehouse=127.0.0.1:5100

Run Command

  • sh start.sh
  • sh stop.sh