Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Jeepay
Commits
0ec9d1c0
Commit
0ec9d1c0
authored
Jul 05, 2021
by
dingzhiwei
Browse files
修改配置&更新版本
parent
5e696510
Changes
6
Hide whitespace changes
Inline
Side-by-side
conf/manager/application.yml
View file @
0ec9d1c0
...
@@ -24,22 +24,22 @@ spring:
...
@@ -24,22 +24,22 @@ spring:
password
:
password
:
# 注意:以下MQ配置需注意【如需使用activeMQ则需将rabbitMQ配置注释即可】
# 注意:以下MQ配置需注意【如需使用activeMQ则需将rabbitMQ配置注释即可】
#
profiles:
profiles
:
#
include:
include
:
#
- activeMQ
-
activeMQ
#
- rabbitMQ # 需要安装延迟队列插件:https://www.rabbitmq.com/blog/2015/04/16/scheduling-messages-with-rabbitmq/
# - rabbitMQ # 需要安装延迟队列插件:https://www.rabbitmq.com/blog/2015/04/16/scheduling-messages-with-rabbitmq/
#activeMQ配置
#activeMQ配置
#
activemq:
activemq
:
#
broker-url: tcp://localhost:61616 #连接地址
broker-url
:
tcp://localhost:61616
#连接地址
#rabbitmq配置
#rabbitmq配置
#
rabbitmq:
rabbitmq
:
#
addresses: 127.0.0.1:5672
addresses
:
127.0.0.1:5672
#
username: guest
username
:
guest
#
password: guest
password
:
guest
#
dynamic: true
dynamic
:
true
#
virtual-host: /
virtual-host
:
/
#日志配置参数。
#日志配置参数。
# 当存在logback-spring.xml文件时: 该配置将引进到logback配置, springboot配置不生效。
# 当存在logback-spring.xml文件时: 该配置将引进到logback配置, springboot配置不生效。
...
...
conf/merchant/application.yml
View file @
0ec9d1c0
...
@@ -24,22 +24,22 @@ spring:
...
@@ -24,22 +24,22 @@ spring:
password
:
password
:
# 注意:以下MQ配置需注意【如需使用activeMQ则需将rabbitMQ配置注释即可】
# 注意:以下MQ配置需注意【如需使用activeMQ则需将rabbitMQ配置注释即可】
#
profiles:
profiles
:
#
include:
include
:
#
- activeMQ
-
activeMQ
#
- rabbitMQ # 需要安装延迟队列插件:https://www.rabbitmq.com/blog/2015/04/16/scheduling-messages-with-rabbitmq/
# - rabbitMQ # 需要安装延迟队列插件:https://www.rabbitmq.com/blog/2015/04/16/scheduling-messages-with-rabbitmq/
#activeMQ配置
#activeMQ配置
#
activemq:
activemq
:
#
broker-url: tcp://localhost:61616 #连接地址
broker-url
:
tcp://localhost:61616
#连接地址
#rabbitmq配置
#rabbitmq配置
#
rabbitmq:
rabbitmq
:
#
addresses: 127.0.0.1:5672
addresses
:
127.0.0.1:5672
#
username: guest
username
:
guest
#
password: guest
password
:
guest
#
dynamic: true
dynamic
:
true
#
virtual-host: /
virtual-host
:
/
#日志配置参数。
#日志配置参数。
# 当存在logback-spring.xml文件时: 该配置将引进到logback配置, springboot配置不生效。
# 当存在logback-spring.xml文件时: 该配置将引进到logback配置, springboot配置不生效。
...
...
conf/payment/application.yml
View file @
0ec9d1c0
...
@@ -24,22 +24,22 @@ spring:
...
@@ -24,22 +24,22 @@ spring:
password
:
password
:
# 注意:以下MQ配置需注意【如需使用activeMQ则需将rabbitMQ配置注释即可】
# 注意:以下MQ配置需注意【如需使用activeMQ则需将rabbitMQ配置注释即可】
#
profiles:
profiles
:
#
include:
include
:
#
- activeMQ
-
activeMQ
#
- rabbitMQ # 需要安装延迟队列插件:https://www.rabbitmq.com/blog/2015/04/16/scheduling-messages-with-rabbitmq/
# - rabbitMQ # 需要安装延迟队列插件:https://www.rabbitmq.com/blog/2015/04/16/scheduling-messages-with-rabbitmq/
#activeMQ配置
#activeMQ配置
#
activemq:
activemq
:
#
broker-url: tcp://localhost:61616 #连接地址
broker-url
:
tcp://localhost:61616
#连接地址
#rabbitmq配置
#rabbitmq配置
#
rabbitmq:
rabbitmq
:
#
addresses: 127.0.0.1:5672
addresses
:
127.0.0.1:5672
#
username: guest
username
:
guest
#
password: guest
password
:
guest
#
dynamic: true
dynamic
:
true
#
virtual-host: /
virtual-host
:
/
#日志配置参数。
#日志配置参数。
# 当存在logback-spring.xml文件时: 该配置将引进到logback配置, springboot配置不生效。
# 当存在logback-spring.xml文件时: 该配置将引进到logback配置, springboot配置不生效。
...
...
docs/sql/init.sql
View file @
0ec9d1c0
#
#####
表结构及初始化数据
SQL
#####
#
*
Copyright
(
c
)
2021
-
2031
,
河北计全科技有限公司
(
https
:
//
www
.
jeequan
.
com
&
jeequan
@
126
.
com
).
#
*
<
p
>
#
*
Licensed
under
the
GNU
LESSER
GENERAL
PUBLIC
LICENSE
3
.
0
;
#
*
you
may
not
use
this
file
except
in
compliance
with
the
License
.
#
*
You
may
obtain
a
copy
of
the
License
at
#
*
<
p
>
#
*
http
:
//
www
.
gnu
.
org
/
licenses
/
lgpl
.
html
#
*
<
p
>
#
*
Unless
required
by
applicable
law
or
agreed
to
in
writing
,
software
#
*
distributed
under
the
License
is
distributed
on
an
"AS IS"
BASIS
,
#
*
WITHOUT
WARRANTIES
OR
CONDITIONS
OF
ANY
KIND
,
either
express
or
implied
.
#
*
See
the
License
for
the
specific
language
governing
permissions
and
#
*
limitations
under
the
License
.
#
#####
↓↓↓↓↓↓↓↓↓↓
表结构
DDL
↓↓↓↓↓↓↓↓↓↓
#####
-- RBAC设计思路: [用户] 1<->N [角色] 1<->N [权限]
-- RBAC设计思路: [用户] 1<->N [角色] 1<->N [权限]
...
...
docs/sql/patch.sql
View file @
0ec9d1c0
#
#
*
Copyright
(
c
)
2021
-
2031
,
河北计全科技有限公司
(
https
:
//
www
.
jeequan
.
com
&
jeequan
@
126
.
com
).
#
*
<
p
>
#
*
Licensed
under
the
GNU
LESSER
GENERAL
PUBLIC
LICENSE
3
.
0
;
#
*
you
may
not
use
this
file
except
in
compliance
with
the
License
.
#
*
You
may
obtain
a
copy
of
the
License
at
#
*
<
p
>
#
*
http
:
//
www
.
gnu
.
org
/
licenses
/
lgpl
.
html
#
*
<
p
>
#
*
Unless
required
by
applicable
law
or
agreed
to
in
writing
,
software
#
*
distributed
under
the
License
is
distributed
on
an
"AS IS"
BASIS
,
#
*
WITHOUT
WARRANTIES
OR
CONDITIONS
OF
ANY
KIND
,
either
express
or
implied
.
#
*
See
the
License
for
the
specific
language
governing
permissions
and
#
*
limitations
under
the
License
.
#
#####
增量发布
SQL
#####
#####
增量发布
SQL
#####
##
-- ++++ [v1.1.0] ===> [v1.1.1] ++++
##
-- ++++ [v1.1.0] ===> [v1.1.1] ++++
...
...
pom.xml
View file @
0ec9d1c0
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
<properties>
<properties>
<java.version>
1.8
</java.version>
<!-- 指定java版本号 -->
<java.version>
1.8
</java.version>
<!-- 指定java版本号 -->
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<!-- 项目构建输出编码 -->
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<!-- 项目构建输出编码 -->
<isys.version>
1.
1.1
</isys.version>
<!-- 指定当前[项目]版本号 -->
<isys.version>
1.
2.0
</isys.version>
<!-- 指定当前[项目]版本号 -->
<!-- 其他工具包 -->
<!-- 其他工具包 -->
<jeepay.sdk.java.version>
1.1.0
</jeepay.sdk.java.version>
<jeepay.sdk.java.version>
1.1.0
</jeepay.sdk.java.version>
...
...
Write
Preview
Supports
Markdown
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