package com.example.oauth2server; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class Oauth2ServerApplicationTests { @Test void contextLoads() { } }