修改认证模块主类名
This commit is contained in:
@@ -4,10 +4,10 @@ import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
@SpringBootApplication
|
||||
public class XiaoyishuAuthApplication {
|
||||
public class XiaoyiAuthApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(XiaoyishuAuthApplication.class, args);
|
||||
SpringApplication.run(XiaoyiAuthApplication.class, args);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
spring:
|
||||
application:
|
||||
name: xiaoyishu-auth
|
||||
name: xiaoyi-auth
|
||||
output:
|
||||
ansi:
|
||||
enabled: always
|
||||
+1
-1
@@ -4,7 +4,7 @@ import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
@SpringBootTest
|
||||
class XiaoyishuAuthApplicationTests {
|
||||
class XiaoyiAuthApplicationTests {
|
||||
|
||||
@Test
|
||||
void contextLoads() {
|
||||
|
||||
Reference in New Issue
Block a user