mirror of https://github.com/alibaba/arthas.git
polish #2524
parent
005fa1707b
commit
8593b1d77c
6
arthas-spring-boot-starter/src/it/arthas-spring-boot3-starter-example/src/main/java/com/example/arthasspringbootstarterexample/ArthasSpringBootStarterExampleApplication.java → arthas-spring-boot-starter/src/it/arthas-spring-boot3-starter-example/src/main/java/com/example/arthasspringboot3starterexample/ArthasSpringBoot3StarterExampleApplication.java
6
arthas-spring-boot-starter/src/it/arthas-spring-boot3-starter-example/src/main/java/com/example/arthasspringbootstarterexample/ArthasSpringBootStarterExampleApplication.java → arthas-spring-boot-starter/src/it/arthas-spring-boot3-starter-example/src/main/java/com/example/arthasspringboot3starterexample/ArthasSpringBoot3StarterExampleApplication.java
4
arthas-spring-boot-starter/src/it/arthas-spring-boot3-starter-example/src/test/java/com/example/arthasspringbootstarterexample/ArthasSpringBootStarterExampleApplicationTests.java → arthas-spring-boot-starter/src/it/arthas-spring-boot3-starter-example/src/test/java/com/example/arthasspringboot3starterexample/ArthasSpringBoot3StarterExampleApplicationTests.java
4
arthas-spring-boot-starter/src/it/arthas-spring-boot3-starter-example/src/test/java/com/example/arthasspringbootstarterexample/ArthasSpringBootStarterExampleApplicationTests.java → arthas-spring-boot-starter/src/it/arthas-spring-boot3-starter-example/src/test/java/com/example/arthasspringboot3starterexample/ArthasSpringBoot3StarterExampleApplicationTests.java
@ -1,10 +1,10 @@
|
|||||||
package com.example.arthasspringbootstarterexample;
|
package com.example.arthasspringbootstarterexample3;
|
||||||
|
|
||||||
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 ArthasSpringBootStarterExampleApplicationTests {
|
class ArthasSpringBoot3StarterExampleApplicationTests {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void contextLoads() {
|
void contextLoads() {
|
@ -1,2 +0,0 @@
|
|||||||
com.alibaba.arthas.spring.ArthasConfiguration
|
|
||||||
com.alibaba.arthas.spring.endpoints.ArthasEndPointAutoConfiguration
|
|
@ -0,0 +1,2 @@
|
|||||||
|
com.alibaba.arthas.spring.ArthasConfiguration
|
||||||
|
com.alibaba.arthas.spring.endpoints.ArthasEndPointAutoConfiguration
|
Loading…
Reference in New Issue