- 修复 pay 数据库配置错误
This commit is contained in:
parent
58525e0940
commit
ddb9addded
10
README.md
10
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
|
||||
|
15
common/mall-spring-boot/pom.xml
Normal file
15
common/mall-spring-boot/pom.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>common</artifactId>
|
||||
<groupId>cn.iocoder.mall</groupId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>mall-spring-boot</artifactId>
|
||||
|
||||
|
||||
</project>
|
@ -0,0 +1 @@
|
||||
package cn.iocoder.mall.spring.boot;
|
@ -13,6 +13,7 @@
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<module>common-framework</module>
|
||||
<module>mall-spring-boot</module>
|
||||
</modules>
|
||||
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user