• wanghai's avatar
    init · 01f6dbf5
    wanghai authored
    01f6dbf5
BaseCodeLowCodeApplicationTests.java 239 Bytes
package com.circlelog.basecodelowcode;

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
class BaseCodeLowCodeApplicationTests {

    @Test
    void contextLoads() {
    }

}