This commit is contained in:
erabii
2023-12-07 23:33:52 +02:00
committed by GitHub
parent d96c7c8bfe
commit 87d9c46eba
4 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframewok.cloud.kubernetes.discoveryserver;
package org.springframework.cloud.kubernetes.discoveryserver;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframewok.cloud.kubernetes.discoveryserver;
package org.springframework.cloud.kubernetes.discoveryserver;
import java.util.ArrayList;
import java.util.Collections;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframewok.cloud.kubernetes.discoveryserver;
package org.springframework.cloud.kubernetes.discoveryserver;
import java.util.Collections;
import java.util.HashMap;