@@ -14,7 +14,7 @@
* limitations under the License.
*/
-package sample;
+package example;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
import reactor.core.publisher.Mono;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.Bean;
import org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity;
import org.springframework.beans.factory.annotation.Value;
import okhttp3.mockwebserver.MockResponse;
import okhttp3.mockwebserver.MockWebServer;
import org.junit.jupiter.api.Test;
import java.net.URI;
import java.net.URL;
-package sample.web;
+package example.web;
import org.springframework.security.core.annotation.AuthenticationPrincipal;
import org.springframework.security.oauth2.client.OAuth2AuthorizedClient;
import java.util.Collections;
import org.springframework.security.oauth2.jwt.Jwt;