BAEL-21597: Migrate spring-rest-compress to com.baeldung

This commit is contained in:
Krzysztof Woyke 2020-01-31 13:06:09 +01:00
parent d0225e59ce
commit 0397432e14
9 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
package org.baeldung.spring.rest.compress; package com.baeldung.spring.rest.compress;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;

View File

@ -1,4 +1,4 @@
package org.baeldung.spring.rest.compress; package com.baeldung.spring.rest.compress;
import org.apache.commons.codec.Charsets; import org.apache.commons.codec.Charsets;
import org.apache.commons.io.IOUtils; import org.apache.commons.io.IOUtils;

View File

@ -1,4 +1,4 @@
package org.baeldung.spring.rest.compress; package com.baeldung.spring.rest.compress;
import org.eclipse.jetty.server.handler.HandlerCollection; import org.eclipse.jetty.server.handler.HandlerCollection;
import org.eclipse.jetty.server.handler.gzip.GzipHandler; import org.eclipse.jetty.server.handler.gzip.GzipHandler;

View File

@ -1,4 +1,4 @@
package org.baeldung.spring.rest.compress; package com.baeldung.spring.rest.compress;
public class Message { public class Message {

View File

@ -1,4 +1,4 @@
package org.baeldung.spring.rest.compress; package com.baeldung.spring.rest.compress;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;

View File

@ -1,4 +1,4 @@
package org.baeldung.spring.rest.compress; package com.baeldung.spring.rest.compress;
import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Configuration;

View File

@ -1,4 +1,4 @@
package org.baeldung.spring.rest.compress; package com.baeldung.spring.rest.compress;
import org.springframework.boot.SpringApplication; import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration; import org.springframework.boot.autoconfigure.EnableAutoConfiguration;

View File

@ -1,4 +1,4 @@
package org.baeldung.spring.rest.compress; package com.baeldung.spring.rest.compress;
import org.junit.Test; import org.junit.Test;

View File

@ -1,4 +1,4 @@
package org.baeldung.spring.rest.compress; package com.baeldung.spring.rest.compress;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;