This commit is contained in:
2021-04-15 16:24:05 +08:00
parent 885bb6b77a
commit 7e88420f54
+2 -2
View File
@@ -44,7 +44,7 @@
``` ```
## [三]、运行启动 ## [三]、运行启动(默认使用H2数据库,可以在配置文件切换MYSQL)
``` ```
// 1、代码导入IDE // 1、代码导入IDE
@@ -53,7 +53,7 @@
// 2、启动服务 // 2、启动服务
// 3、访问地址 // 4、访问地址
http://localhost http://localhost
``` ```