【更新】去掉误提交

pull/87/head
xuyuxiang 2023-03-01 09:53:16 +08:00
parent 8de2c3a838
commit 437b0b069d
3 changed files with 2 additions and 6 deletions

View File

@ -5,7 +5,7 @@ NODE_ENV = development
VITE_TITLE = Snowy
# 接口地址
VITE_API_BASEURL = http://127.0.0.1:9999
VITE_API_BASEURL = http://127.0.0.1:82
# 本地端口
VITE_PORT = 81

View File

@ -24,7 +24,7 @@ spring.servlet.multipart.max-file-size=100MB
spring.datasource.dynamic.datasource.master.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.dynamic.datasource.master.url=jdbc:mysql://localhost:3306/snowy?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&useInformationSchema=true
spring.datasource.dynamic.datasource.master.username=root
spring.datasource.dynamic.datasource.master.password=12345678
spring.datasource.dynamic.datasource.master.password=123456
spring.datasource.dynamic.strict=true
# postgres

View File

@ -12,8 +12,6 @@
*/
package vip.xiaonuo;
import cn.hutool.json.JSONUtil;
/**
* TestMain
*
@ -22,7 +20,5 @@ import cn.hutool.json.JSONUtil;
*/
public class Test {
public static void main(String[] args) {
String jsonStr = JSONUtil.toJsonStr("dasdasdas,234233|}dasfsed");
System.out.println(jsonStr);
}
}