mirror of
https://github.com/RemainderTime/spring-boot-base-demo.git
synced 2026-02-27 00:20:46 +08:00
删除测试类
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
@@ -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