JAVA-117 Standardize spring-boot-modules/spring-boot-client

This commit is contained in:
mikr
2020-04-04 20:40:09 +02:00
parent 487d6b38fc
commit 2d0f2c171b
9 changed files with 12 additions and 11 deletions
@@ -1,4 +1,4 @@
package org.baeldung.boot;
package com.baeldung.boot;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@@ -1,4 +1,4 @@
package org.baeldung.boot.client;
package com.baeldung.boot.client;
public class Details {
@@ -1,4 +1,4 @@
package org.baeldung.boot.client;
package com.baeldung.boot.client;
import org.springframework.boot.web.client.RestTemplateBuilder;
import org.springframework.stereotype.Service;
@@ -1,4 +1,4 @@
package org.baeldung.websocket.client;
package com.baeldung.websocket.client;
public class Message {
@@ -1,4 +1,4 @@
package org.baeldung.websocket.client;
package com.baeldung.websocket.client;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
@@ -1,4 +1,4 @@
package org.baeldung.websocket.client;
package com.baeldung.websocket.client;
import java.util.Scanner;