Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cloud-fb
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王衍超
cloud-fb
Commits
b3f4ca44
Commit
b3f4ca44
authored
Mar 05, 2021
by
焦凯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置文件修改
parent
b7a66c10
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
66 additions
and
69 deletions
+66
-69
application.yml-template
...end/build.war/src/test/resources/application.yml-template
+66
-69
No files found.
backend/build.war/src/test/resources/application.yml-template
View file @
b3f4ca44
debug: true
env:
dev: true
officialVersion: true
sms: false
server:
port: 8188
port: 8299
cors:
allowedOrigins:
- "*"
spring:
datasource:
name: jdbc/
inz
-ds
name: jdbc/
bap
-ds
username: root
password: 123
url: jdbc:mysql://
123.56.199.103:3308/contract_tsq
?useSSL=true&characterEncoding=UTF-8
url: jdbc:mysql://
localhost:3306/inz_kunlun01
?useSSL=true&characterEncoding=UTF-8
driverClassName: com.mysql.jdbc.Driver
http:
thymeleaf:
cache: false
redis:
host: localhost
rabbitmq:
host: localhost
username: guest
password: guest
session: 72000
liquibase:
enabled: false
changeLog: classpath:/db/system/db-changelog-master-all.xml
servlet:
multipart:
max-file-size: 10MB
max-request-size: 100MB
jackson:
time-zone: GMT+8
dateFormat: "yyyy-MM-dd HH:mm:ss"
messages:
basename: i18n/crm,i18n/assets
rabbitmq:
host: 59.110.23.205
redis:
database: 1
host: localhost
session:
timeout: 86400
thymeleaf:
cache: false
management:
info:
git:
mode: full
metrics:
export:
influx:
enabled: false
endpoints:
web:
exposure:
include: "*"
np:
multitenancy:
enabled: true
connectionPool:
pool: hikari
properties:
maximumPoolSize: 15
minimumIdle: 2
idleTimeout: 55000
system:
hibernate:
mappingLocations:
...
...
@@ -51,6 +56,9 @@ np:
packagesToScan:
- com.beecode.bap.scheduler.entity
- com.beecode.inz.authmgr.entity
# - com.beecode.bap.core.entity
- com.beecode.inz.workflow.entity
- com.beecode.bcp.workflow.entity
properties:
hibernate.hbm2ddl.auto: update
hibernate.dialect: org.hibernate.dialect.MySQL57Dialect
...
...
@@ -61,70 +69,53 @@ np:
tenantResolver:
scope: request
management:
shell:
ssh:
port: 2000
authTimeout: 600000
idleTimeout: 600000
auth:
type: simple
simple:
user:
name: admin
password: admin
info:
git:
mode: full
metrics:
export:
influx:
enabled: false
amino:
multitenancy:
defaultTenant:
accessAllModules: true #开发环境用true,线上环境用false
accessAllModules: true
liquibase:
enabled: false
changeLog: classpath:/db/system/db-changelog-master.xml
tenantChangeLog: "file:///Users/xlinyao/homes/liquibase/#{tenantId}/db-changelog.xml"
metadata:
validateJmx:
tru
e
validateJmx:
fals
e
bcp:
type:
constraint:
ingoreIncompatibleConstraints: true
allowDefaultIgnore: true
hibernate:
mappingLocations:
- classpath*:/config/system/hbm/*.xml
- classpath*:/config/*.hbm.xml
- classpath*:/config/hbm/*.xml
- classpath*:config/quartz/hbm/*.xml
packagesToScan:
- com.beecode.bap.scheduler.entity
- com.beecode.inz.authmgr.entity
# - com.beecode.bap.core.entity
- com.beecode.inz.workflow.entity
- com.beecode.bcp.workflow.entity
properties:
hibernate.hbm2ddl.auto:
non
e
hibernate.hbm2ddl.auto:
updat
e
hibernate.dialect: org.hibernate.dialect.MySQL57Dialect
hibernate.dialect.storage_engine: innodb
hibernate.show_sql: true
hibernate.multiTenancy: schema
hibernate.enable_lazy_load_no_trans: true
bap:
manageNode: true
attachment:
fileDataStoreType: OSS
oss:
accessKeyId: LTAIsUMNhrvuV18N
secretAccessKey: vEOR1ZmWHuT5SZ0lr2khofmRw22cXg
endpoint: oss-cn-beijing.aliyuncs.com
bucketName: beecode-inz
fileDataService: diskAttachmentDataService
fileSystem:
rootPath: /Users/joker/develop/kunlun/xyst_dinas/attWorkspace
beecode:
tenant:
username:
tenant
telephone: 13
812341234
workflow
:
address: http://127.0.0.1:12000/jbpm
username:
sysadmin
telephone: 13
100000000
message
:
pushthreadsize: 50
system:
user:
- name: test
...
...
@@ -133,10 +124,15 @@ beecode:
- name: admin
password: admin
group: admin
init:
org: false
dept: false
rolegroup: false
workflow:
address: http://127.0.0.1:12000/jbpm
company:
url: https://jyc.jiuqi.com.cn/
user: fengyu
pwd: fengyu@jiuqi
devid:
appid: 1522415987931
rongtong:
manage: true
customer: false
scheduler:
mainSwitch: no_execute
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment