mirror of
https://github.com/RemainderTime/spring-boot-base-demo.git
synced 2026-04-21 03:07:33 +08:00
删除测试类
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
var json = JSON.stringify(data);
|
var json = JSON.stringify(data);
|
||||||
var cipher = this.encryptByPublicKey(json);
|
var cipher = this.encryptByPublicKey(json);
|
||||||
console.log("密文 :" + cipher);
|
console.log("密文 :" + cipher);
|
||||||
var url = "http://localhost:8088/user/login";
|
var url = "http://122.112.153.128:8088/user/login";
|
||||||
axios.post(url, {
|
axios.post(url, {
|
||||||
encryptedData: cipher,
|
encryptedData: cipher,
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -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() {
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user