Skip to content

Commit

Permalink
rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
SirCotare committed Sep 27, 2024
1 parent 0543ee8 commit 94724a1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import it.aboutbits.springboot.toolbox.jackson.CustomTypeDeserializer;
import it.aboutbits.springboot.toolbox.jackson.CustomTypeSerializer;
import it.aboutbits.springboot.toolbox.mvc.CustomTypePropertyEditor;
import it.aboutbits.springboot.toolbox.type.CustomType;
import it.aboutbits.springboot.toolbox.web.CustomTypePropertyEditor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.boot.autoconfigure.jackson.Jackson2ObjectMapperBuilderCustomizer;
import org.springframework.context.annotation.Bean;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import io.swagger.v3.oas.models.media.Schema;
import io.swagger.v3.oas.models.responses.ApiResponse;
import io.swagger.v3.oas.models.responses.ApiResponses;
import it.aboutbits.springboot.toolbox.mvc.response.ErrorResponse;
import it.aboutbits.springboot.toolbox.web.response.ErrorResponse;
import org.springdoc.core.customizers.OpenApiCustomizer;

import java.util.Map;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package it.aboutbits.springboot.toolbox.mvc;
package it.aboutbits.springboot.toolbox.web;

import it.aboutbits.springboot.toolbox.reflection.util.RecordReflectionUtil;
import it.aboutbits.springboot.toolbox.type.CustomType;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package it.aboutbits.springboot.toolbox.mvc.response;
package it.aboutbits.springboot.toolbox.web.response;

import org.springframework.lang.Nullable;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package it.aboutbits.springboot.toolbox.mvc.response;
package it.aboutbits.springboot.toolbox.web.response;

import lombok.NonNull;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package it.aboutbits.springboot.toolbox.mvc.response;
package it.aboutbits.springboot.toolbox.web.response;

import lombok.NonNull;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package it.aboutbits.springboot.toolbox.mvc.response;
package it.aboutbits.springboot.toolbox.web.response;

import lombok.NonNull;
import org.springframework.data.domain.Page;
Expand Down

0 comments on commit 94724a1

Please sign in to comment.