Browse Source

flowable

master
liupopo 2 years ago
parent
commit
aaf7a9b694
  1. 4
      supervise-flowable-ui/vue.config.js
  2. 2
      yxt_supervise/supervise-flowable/supervise-flowable-biz/src/main/resources/application-devv.yml
  3. 3
      yxt_supervise/supervise-flowable/supervise-flowable-biz/src/main/resources/application.yml

4
supervise-flowable-ui/vue.config.js

@ -40,8 +40,8 @@ module.exports = {
}, },
proxy: { proxy: {
'/api': { // 匹配所有以 '/api'开头的请求路径 '/api': { // 匹配所有以 '/api'开头的请求路径
// target: 'http://192.168.1.109:8111', target: 'http://127.0.0.1:7001',
target: "http://jianguan.yyundong.com/", // 代理目标的基础路径 // target: "http://jianguan.yyundong.com/", // 代理目标的基础路径
changeOrigin: true, // 支持跨域 changeOrigin: true, // 支持跨域
pathRewrite: { // 重写路径: 去掉路径中开头的'/api' pathRewrite: { // 重写路径: 去掉路径中开头的'/api'
'^/api': '' '^/api': ''

2
yxt_supervise/supervise-flowable/supervise-flowable-biz/src/main/resources/application-devv.yml

@ -2,7 +2,7 @@ spring:
datasource: datasource:
# driver-class-name: com.mysql.cj.jdbc.Driver # driver-class-name: com.mysql.cj.jdbc.Driver
driverClassName: com.p6spy.engine.spy.P6SpyDriver driverClassName: com.p6spy.engine.spy.P6SpyDriver
url: jdbc:p6spy:mysql://127.0.0.1:3306/anrui_flowable?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true url: jdbc:p6spy:mysql://127.0.0.1:3306/supervise_flowable?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true
username: root username: root
password: root password: root
cloud: cloud:

3
yxt_supervise/supervise-flowable/supervise-flowable-biz/src/main/resources/application.yml

@ -2,7 +2,8 @@ spring:
application: application:
name: supervise-flowable name: supervise-flowable
profiles: profiles:
active: pro active: devv
# active: pro
messages: messages:
# 国际化资源文件路径 # 国际化资源文件路径
basename: i18n/messages basename: i18n/messages

Loading…
Cancel
Save