Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

polysoft-nafmii / polysoft-parent

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • polysoft-parent
  • ..
  • nafmiiburypoint
  • NafmiiBuryPointApplicationTests.java
  • zhoujinghao's avatar
    目录模块提交 · ff5e6968
    zhoujinghao committed May 13, 2021
    ff5e6968 Browse Files
NafmiiBuryPointApplicationTests.java 236 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13
package org.nafmii.nafmiiburypoint;

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

@SpringBootTest
class NafmiiBuryPointApplicationTests {

    @Test
    void contextLoads() {
    }

}