mirror of https://gitee.com/xiaonuobase/snowy
【更新】去掉误提交
parent
8de2c3a838
commit
437b0b069d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue