Skip to content

Commit

Permalink
refactor: ♻️ 移除部分自定义加载配置(对springdoc加载有所影响)
Browse files Browse the repository at this point in the history
  • Loading branch information
fxbin committed Sep 13, 2023
1 parent 935731f commit 599d78a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 62 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cn.fxbin.bubble.web.autoconfigure.jackson;
package cn.fxbin.bubble.web.autoconfigure;

import cn.fxbin.bubble.core.module.JavaTimeModule;
import com.fasterxml.jackson.databind.ObjectMapper;
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cn.fxbin.bubble.web.autoconfigure.GlobalHandlerAutoConfiguration
cn.fxbin.bubble.web.autoconfigure.RestTemplateAutoConfiguration
cn.fxbin.bubble.web.autoconfigure.jackson.CustomizeJacksonAutoConfiguration
cn.fxbin.bubble.web.autoconfigure.CustomizeWebAutoConfiguration
cn.fxbin.bubble.web.autoconfigure.CustomizeJacksonAutoConfiguration

0 comments on commit 599d78a

Please sign in to comment.