删除测试类

This commit is contained in:
xiongfeng
2022-07-07 14:33:42 +08:00
parent 55ebf4ab7f
commit dc9b8636fe
2 changed files with 1 additions and 14 deletions

View File

@@ -54,7 +54,7 @@
var json = JSON.stringify(data);
var cipher = this.encryptByPublicKey(json);
console.log("密文 " + cipher);
var url = "http://localhost:8088/user/login";
var url = "http://122.112.153.128:8088/user/login";
axios.post(url, {
encryptedData: cipher,
})

View File

@@ -1,13 +0,0 @@
package cn.xf.springbootbasedemo;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class BaseDemoApplicationTests {
@Test
void contextLoads() {
}
}