GatewayServiceTests.java 164 B

1234567
  1. package com.idatabank.springgateway.springgatewaydemo;
  2. import org.springframework.boot.test.context.SpringBootTest;
  3. @SpringBootTest
  4. class GatewayServiceTests {
  5. }