BAEL-17397 Slice 15 | The top 100 articles should have their own package in the module (#7742)
This commit is contained in:
parent
b6183e9315
commit
7d412feca5
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.custom;
|
||||
package com.baeldung.changeport;
|
||||
|
||||
import java.util.Collections;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.custom;
|
||||
package com.baeldung.changeport;
|
||||
|
||||
import org.springframework.boot.web.server.ConfigurableWebServerFactory;
|
||||
import org.springframework.boot.web.server.WebServerFactoryCustomizer;
|
|
@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
|
|||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
import org.springframework.test.context.junit4.SpringRunner;
|
||||
|
||||
import com.baeldung.custom.CustomApplication;
|
||||
import com.baeldung.changeport.CustomApplication;
|
||||
import com.baeldung.produceimage.ImageApplication;
|
||||
import com.baeldung.propertyeditor.PropertyEditorApplication;
|
||||
import com.baeldung.responseheaders.ResponseHeadersApplication;
|
||||
|
|
|
@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
|
|||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
import org.springframework.test.context.junit4.SpringRunner;
|
||||
|
||||
import com.baeldung.custom.CustomApplication;
|
||||
import com.baeldung.changeport.CustomApplication;
|
||||
import com.baeldung.produceimage.ImageApplication;
|
||||
import com.baeldung.propertyeditor.PropertyEditorApplication;
|
||||
import com.baeldung.responseheaders.ResponseHeadersApplication;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung;
|
||||
package com.baeldung.session;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.security;
|
||||
package com.baeldung.session.filter;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.Arrays;
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.spring;
|
||||
package com.baeldung.session.security.config;
|
||||
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Configuration;
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.web;
|
||||
package com.baeldung.session.web;
|
||||
|
||||
import javax.servlet.http.HttpSession;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.spring;
|
||||
package com.baeldung.session.web.config;
|
||||
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.web.servlet.config.annotation.ViewControllerRegistry;
|
Loading…
Reference in New Issue