石墨消解仪后端服务
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
232 B

3 months ago
  1. package com.iflytop.gd;
  2. import org.junit.jupiter.api.Test;
  3. import org.springframework.boot.test.context.SpringBootTest;
  4. @SpringBootTest
  5. class GraphiteDigesterServiceApplicationTests {
  6. @Test
  7. void contextLoads() {
  8. }
  9. }