JAVA-117 Standardize spring-boot-modules/spring-boot-client
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
package org.baeldung.boot;
|
||||
package com.baeldung.boot;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package org.baeldung.boot.client;
|
||||
package com.baeldung.boot.client;
|
||||
|
||||
public class Details {
|
||||
|
||||
+1
-1
@@ -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
-1
@@ -1,4 +1,4 @@
|
||||
package org.baeldung.websocket.client;
|
||||
package com.baeldung.websocket.client;
|
||||
|
||||
public class Message {
|
||||
|
||||
+1
-1
@@ -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
-1
@@ -1,4 +1,4 @@
|
||||
package org.baeldung.websocket.client;
|
||||
package com.baeldung.websocket.client;
|
||||
|
||||
import java.util.Scanner;
|
||||
|
||||
Reference in New Issue
Block a user