diff --git a/README.md b/README.md
index 7f1a4474e..b7c4ed3b7 100644
--- a/README.md
+++ b/README.md
@@ -39,26 +39,26 @@ TODO 此处应有一个演示的装逼 GIF 图。
> 艿艿:考虑到大家可以看到更全的功能,所以一般提供 admin 账号。所以,大家素质使用哟。
-** SkyWalking UI **
+**SkyWalking UI**
* 地址:http://skywalking-ui.shop.iocoder.cn:18099
* 管理员账号:admin / admin
-** Dubbo Admin **
+**Dubbo Admin**
* 地址:http://dubbo-admin.shop.iocoder.cn:18099
* 管理员账号:无需登陆
-** RocketMQ Console **
+**RocketMQ Console**
* 地址:http://rocketmq-console.shop.iocoder.cn:18099
* 管理员账号:admin / RPsa2GHjTNs8pxEU
-** Sentinel Console **
+**Sentinel Console**
TODO
-** XXL-Job Console **
+**XXL-Job Console**
* 地址:http://job-console.shop.iocoder.cn:18099
* 管理员账号:admin / 233666
diff --git a/common/mall-spring-boot/pom.xml b/common/mall-spring-boot/pom.xml
new file mode 100644
index 000000000..4380c4a0c
--- /dev/null
+++ b/common/mall-spring-boot/pom.xml
@@ -0,0 +1,15 @@
+
+
+
+ common
+ cn.iocoder.mall
+ 1.0-SNAPSHOT
+
+ 4.0.0
+
+ mall-spring-boot
+
+
+
diff --git a/common/mall-spring-boot/src/main/java/cn/iocoder/mall/spring/boot/package-info.java b/common/mall-spring-boot/src/main/java/cn/iocoder/mall/spring/boot/package-info.java
new file mode 100644
index 000000000..e8b0e4716
--- /dev/null
+++ b/common/mall-spring-boot/src/main/java/cn/iocoder/mall/spring/boot/package-info.java
@@ -0,0 +1 @@
+package cn.iocoder.mall.spring.boot;
diff --git a/common/pom.xml b/common/pom.xml
index 8c8ad2c1f..1e12900b4 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -13,6 +13,7 @@
pom
common-framework
+ mall-spring-boot
diff --git a/pay/pay-service-impl/src/main/resources/config/application-test.yaml b/pay/pay-service-impl/src/main/resources/config/application-test.yaml
index 901ef17a7..de4b20659 100644
--- a/pay/pay-service-impl/src/main/resources/config/application-test.yaml
+++ b/pay/pay-service-impl/src/main/resources/config/application-test.yaml
@@ -1,7 +1,7 @@
spring:
# datasource
datasource:
- url: jdbc:mysql://192.168.88.14:3306/mall_apy?useSSL=false&useUnicode=true&characterEncoding=UTF-8
+ url: jdbc:mysql://192.168.88.14:3306/mall_pay?useSSL=false&useUnicode=true&characterEncoding=UTF-8
driver-class-name: com.mysql.jdbc.Driver
username: root
password: ${MALL_MYSQL_PASSWORD}