Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
E
erp-service
Project
Project
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
ximai
erp-service
Commits
2d4fd0d8
Commit
2d4fd0d8
authored
Oct 17, 2025
by
李驰骋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
标签系统配置
parent
82ea225e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
164 additions
and
0 deletions
+164
-0
application-prod.yml
barcode-system/src/main/resources/application-prod.yml
+82
-0
application-test.yml
barcode-system/src/main/resources/application-test.yml
+82
-0
No files found.
barcode-system/src/main/resources/application-prod.yml
0 → 100644
View file @
2d4fd0d8
topsunit
:
token-expires-hour
:
8760
token-secret
:
q8w3Cx9Lr4fT2y6uV5sZ8aE1mN0kP7gH
authentication-enabled
:
false
print-api-url
:
http://127.0.0.1:8085/ximaiprintservice/print/PrintLabelByBarTender
share-url
:
smb://127.0.0.1/share
mes-url
:
http://localhost:8088
default-password
:
123456
db-name
:
BARCODE_SYSTEM_B
server
:
port
:
20092
servlet
:
context-path
:
/
logging
:
level
:
root
:
warn
com
:
topsunit
:
scanservice
:
ximai
:
barcodeb
:
controller
:
debug
com.topsunit
:
info
druid
:
sql
:
Statement
:
debug
spring
:
messages
:
# 国际化资源文件路径
basename
:
i18n/messages
devtools
:
restart
:
enabled
:
false
datasource
:
name
:
BARCODE_SYSTEM
username
:
sa
password
:
123qweQWE
url
:
jdbc:sqlserver://192.168.1.128:1433;DatabaseName=AQURun4Cli
type
:
com.alibaba.druid.pool.DruidDataSource
druid
:
filters
:
stat
max-active
:
20
initial-size
:
1
max-wait
:
60000
min-idle
:
1
time-between-eviction-runs-millis
:
60000
min-evictable-idle-time-millis
:
30000
validation-query
:
select 'x'
test-while-idle
:
true
test-on-borrow
:
false
test-on-return
:
false
pool-prepared-statements
:
true
max-open-prepared-statements
:
20
filter
:
slf4j
:
enabled
:
true
statement-log-enabled
:
true
statement-create-after-log-enabled
:
false
statement-close-after-log-enabled
:
false
statement-executable-sql-log-enable
:
true
statement-prepare-after-log-enabled
:
false
statement-parameter-set-log-enabled
:
false
statement-execute-after-log-enabled
:
false
statement-execute-query-after-log-enabled
:
false
statement-execute-update-after-log-enabled
:
false
statement-execute-batch-after-log-enabled
:
false
statement-sql-pretty-format
:
false
driver-class-name
:
com.microsoft.sqlserver.jdbc.SQLServerDriver
jackson
:
serialization
:
indent-output
:
true
jpa
:
hibernate
:
ddl-auto
:
none
naming
:
physical-strategy
:
com.topsunit.scanservice.ximai.common.PhysicalNamingStrategyUpperCaseImpl
show-sql
:
true
application
:
name
:
barcode-system
barcode-system/src/main/resources/application-test.yml
0 → 100644
View file @
2d4fd0d8
topsunit
:
token-expires-hour
:
8760
token-secret
:
q8w3Cx9Lr4fT2y6uV5sZ8aE1mN0kP7gH
authentication-enabled
:
false
print-api-url
:
http://127.0.0.1:8085/ximaiprintservice/print/PrintLabelByBarTender
share-url
:
smb://127.0.0.1/share
mes-url
:
http://localhost:8088
default-password
:
123456
db-name
:
BARCODE_SYSTEM_B
server
:
port
:
20092
servlet
:
context-path
:
/
logging
:
level
:
root
:
warn
com
:
topsunit
:
scanservice
:
ximai
:
barcodeb
:
controller
:
debug
com.topsunit
:
info
druid
:
sql
:
Statement
:
debug
spring
:
messages
:
# 国际化资源文件路径
basename
:
i18n/messages
devtools
:
restart
:
enabled
:
false
datasource
:
name
:
BARCODE_SYSTEM
username
:
sa
password
:
123qweQWE
url
:
jdbc:sqlserver://192.168.1.128:1433;DatabaseName=AQURun4Cli
type
:
com.alibaba.druid.pool.DruidDataSource
druid
:
filters
:
stat
max-active
:
20
initial-size
:
1
max-wait
:
60000
min-idle
:
1
time-between-eviction-runs-millis
:
60000
min-evictable-idle-time-millis
:
30000
validation-query
:
select 'x'
test-while-idle
:
true
test-on-borrow
:
false
test-on-return
:
false
pool-prepared-statements
:
true
max-open-prepared-statements
:
20
filter
:
slf4j
:
enabled
:
true
statement-log-enabled
:
true
statement-create-after-log-enabled
:
false
statement-close-after-log-enabled
:
false
statement-executable-sql-log-enable
:
true
statement-prepare-after-log-enabled
:
false
statement-parameter-set-log-enabled
:
false
statement-execute-after-log-enabled
:
false
statement-execute-query-after-log-enabled
:
false
statement-execute-update-after-log-enabled
:
false
statement-execute-batch-after-log-enabled
:
false
statement-sql-pretty-format
:
false
driver-class-name
:
com.microsoft.sqlserver.jdbc.SQLServerDriver
jackson
:
serialization
:
indent-output
:
true
jpa
:
hibernate
:
ddl-auto
:
none
naming
:
physical-strategy
:
com.topsunit.scanservice.ximai.common.PhysicalNamingStrategyUpperCaseImpl
show-sql
:
true
application
:
name
:
barcode-system
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