Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1-office-web-sit
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
吴迪
gs1-office-web-sit
Commits
c737ec05
Commit
c737ec05
authored
Dec 21, 2021
by
吴迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【新增】修改链接
parent
c131b13d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
12 deletions
+28
-12
BarcodeGenerationServiceImpl.java
...les/manage/service/impl/BarcodeGenerationServiceImpl.java
+1
-1
application-test.yml
src/main/resources/application-test.yml
+21
-7
application.yml
src/main/resources/application.yml
+6
-4
No files found.
src/main/java/io/office/modules/manage/service/impl/BarcodeGenerationServiceImpl.java
View file @
c737ec05
...
@@ -19,7 +19,7 @@ public class BarcodeGenerationServiceImpl implements BarcodeGenerationService {
...
@@ -19,7 +19,7 @@ public class BarcodeGenerationServiceImpl implements BarcodeGenerationService {
private
final
Log
logger
=
LogFactory
.
getLog
(
getClass
());
private
final
Log
logger
=
LogFactory
.
getLog
(
getClass
());
public
static
final
String
SEPERATOR
=
"ñ"
;
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="
;
public
static
final
String
prefix_url
=
"barcodegeneration/api/gensvg?type="
;
@Override
@Override
...
...
src/main/resources/application-test.yml
View file @
c737ec05
...
@@ -2,10 +2,10 @@ spring:
...
@@ -2,10 +2,10 @@ spring:
datasource
:
datasource
:
type
:
com.alibaba.druid.pool.DruidDataSource
type
:
com.alibaba.druid.pool.DruidDataSource
druid
:
druid
:
driver-class-name
:
com.m
ysql.cj.jdbc.
Driver
driver-class-name
:
com.m
icrosoft.sqlserver.jdbc.SQLServer
Driver
url
:
jdbc:
mysql://localhost:3306/renren_fast?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
url
:
jdbc:
sqlserver://192.168.0.77:1433;DatabaseName=gs108
username
:
renren
username
:
test
password
:
123456
password
:
ancc@123
initial-size
:
10
initial-size
:
10
max-active
:
100
max-active
:
100
min-idle
:
10
min-idle
:
10
...
@@ -33,7 +33,6 @@ spring:
...
@@ -33,7 +33,6 @@ spring:
config
:
config
:
multi-statement-allow
:
true
multi-statement-allow
:
true
##多数据源的配置
##多数据源的配置
#dynamic:
#dynamic:
# datasource:
# datasource:
...
@@ -46,4 +45,19 @@ spring:
...
@@ -46,4 +45,19 @@ spring:
# driver-class-name: org.postgresql.Driver
# driver-class-name: org.postgresql.Driver
# url: jdbc:postgresql://localhost:5432/renren_security
# url: jdbc:postgresql://localhost:5432/renren_security
# username: renren
# username: renren
# password: 123456
server
:
\ No newline at end of file
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
src/main/resources/application.yml
View file @
c737ec05
...
@@ -15,7 +15,7 @@ spring:
...
@@ -15,7 +15,7 @@ spring:
name
:
GS1OfficeWebSit
name
:
GS1OfficeWebSit
# 环境 dev|test|prod
# 环境 dev|test|prod
profiles
:
profiles
:
active
:
dev
active
:
test
# jackson时间格式化
# jackson时间格式化
jackson
:
jackson
:
time-zone
:
GMT+8
time-zone
:
GMT+8
...
@@ -78,5 +78,8 @@ renren:
...
@@ -78,5 +78,8 @@ renren:
expire
:
60480000
expire
:
60480000
header
:
token
header
:
token
uploadFileQY
:
C:\upload_img\firm_archives_file\
#/第二步,电子表格上传路径(企业认证)
#uploadFileQY: C:\upload_img\firm_archives_file\ #/第二步,电子表格上传路径(企业认证)
uploadFileQYOne
:
C:\upload_img\firmBusinessLicenseFile\
#第一步,营业执照上传路径(企业认证)
#uploadFileQYOne: C:\upload_img\firmBusinessLicenseFile\ #第一步,营业执照上传路径(企业认证)
\ No newline at end of file
uploadFileQY
:
D:/uploadFileResource/firm_archives_file/
uploadFileQYOne
:
D:/uploadFileResource/firmBusinessLicenseFile/
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