Logo white

grp_cna / auth_jwt_api

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • auth_jwt_api
  • src
  • test
  • java
  • daeucna
  • Security
  • SecurityApplicationTests.java
  • Init
    14043a54
    sangkiham authored
    2023-05-24 14:33:43 +0900  
    Browse Code ยป
SecurityApplicationTests.java 210 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
package daeucna.Security;

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

@SpringBootTest
class SecurityApplicationTests {

	@Test
	void contextLoads() {
	}

}