You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
691 B
29 lines
691 B
server:
|
|
port: 18909
|
|
tomcat:
|
|
uri-encoding: UTF-8
|
|
max-threads: 800
|
|
maxHttpHeaderSize: 655360
|
|
http2:
|
|
enabled: true
|
|
|
|
spring:
|
|
datasource:
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
username: root
|
|
password: bfd123
|
|
url: jdbc:mysql://172.26.11.113:3306/bfd_sq_data?useOldAliasMetadataBehavior=true&characterEncoding=UTF-8&zeroDateTimeBehavior=round
|
|
hikari:
|
|
maximum-pool-size: 10
|
|
minimum-idle: 1
|
|
jpa:
|
|
open-in-view: false
|
|
database: mysql
|
|
|
|
|
|
#######
|
|
bfd.api.mf:
|
|
textPostUrl: http://rule.sq.baifendian.com/nerplace
|
|
emotionPostUrl : http://172.18.1.166:15038/bertsentiment
|
|
wordCloudPostUrl : http://rule.sq.baifendian.com/wordcloud
|
|
|