删除高版本 SpringBoot Api. (#63)

pull/84/head
chen.ma 3 years ago
parent 3ac786151d
commit 6ccfd8fef7

@ -1,13 +0,0 @@
package cn.hippo4j.example;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class ExampleApplicationTests {
@Test
void contextLoads() {
}
}

@ -15,8 +15,8 @@ import org.springframework.core.env.ConfigurableEnvironment;
* @author chen.ma
* @date 2021/11/28 22:44
*/
@Configuration
@AllArgsConstructor
@Configuration(proxyBeanMethods = false)
public class BeforeCheckConfiguration {
@Bean

@ -9,7 +9,7 @@ import org.springframework.context.annotation.Configuration;
* @author chen.ma
* @date 2021/7/8 23:30
*/
@Configuration(proxyBeanMethods = false)
@Configuration
public class MarkerConfiguration {
@Bean

@ -1,11 +0,0 @@
package cn.hippo4j.tools.logrecord;
import org.junit.jupiter.api.Test;
class LogRecordToolApplicationTests {
@Test
void contextLoads() {
}
}
Loading…
Cancel
Save