优化了backend 后端的目录结构
This commit is contained in:
parent
0b42309c15
commit
f05234847b
|
|
@ -1,10 +1,10 @@
|
||||||
package com.aisi.chery;
|
package com.aisi.newsclassifier;
|
||||||
|
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
import org.springframework.boot.test.context.SpringBootTest;
|
import org.springframework.boot.test.context.SpringBootTest;
|
||||||
|
|
||||||
@SpringBootTest
|
@SpringBootTest
|
||||||
class CheryApplicationTests {
|
class NewsClassifierApplicationTests {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void contextLoads() {
|
void contextLoads() {
|
||||||
Loading…
Reference in New Issue