Commit c737ec05 by 吴迪

【新增】修改链接

parent c131b13d
......@@ -19,7 +19,7 @@ public class BarcodeGenerationServiceImpl implements BarcodeGenerationService {
private final Log logger = LogFactory.getLog(getClass());
public static final String SEPERATOR = "ñ";
public static final String prefix_host="http://localhost:9091/office/";
public static final String prefix_host="http://81.68.189.225:9091/office/";
public static final String prefix_url= "barcodegeneration/api/gensvg?type=";
@Override
......
......@@ -2,10 +2,10 @@ spring:
datasource:
type: com.alibaba.druid.pool.DruidDataSource
druid:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/renren_fast?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
username: renren
password: 123456
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
url: jdbc:sqlserver://192.168.0.77:1433;DatabaseName=gs108
username: test
password: ancc@123
initial-size: 10
max-active: 100
min-idle: 10
......@@ -33,7 +33,6 @@ spring:
config:
multi-statement-allow: true
##多数据源的配置
#dynamic:
# datasource:
......@@ -46,4 +45,19 @@ spring:
# driver-class-name: org.postgresql.Driver
# url: jdbc:postgresql://localhost:5432/renren_security
# username: renren
# password: 123456
\ No newline at end of file
server:
port: 9091
# password: 123456
#自定义文件上传路径
request:
upload:
file:
prefix: uploadFileResource
file:
save:
path: /uploadFileResource/
request:
prefix: http://81.68.189.225:9091/office/uploadFileResource/
ueditorSavePath: /uploadFileResource/
\ No newline at end of file
......@@ -15,7 +15,7 @@ spring:
name: GS1OfficeWebSit
# 环境 dev|test|prod
profiles:
active: dev
active: test
# jackson时间格式化
jackson:
time-zone: GMT+8
......@@ -78,5 +78,8 @@ renren:
expire: 60480000
header: token
uploadFileQY: C:\upload_img\firm_archives_file\ #/第二步,电子表格上传路径(企业认证)
uploadFileQYOne: C:\upload_img\firmBusinessLicenseFile\ #第一步,营业执照上传路径(企业认证)
\ No newline at end of file
#uploadFileQY: C:\upload_img\firm_archives_file\ #/第二步,电子表格上传路径(企业认证)
#uploadFileQYOne: C:\upload_img\firmBusinessLicenseFile\ #第一步,营业执照上传路径(企业认证)
uploadFileQY: D:/uploadFileResource/firm_archives_file/
uploadFileQYOne: D:/uploadFileResource/firmBusinessLicenseFile/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment