linpeilie / mapstruct-plus

MapStruct Plus is an enhancement to the MapStruct framework. It can automatically generate the transformation operation between two classes through an annotation, omitting the operation of defining the interface of MapStruct, makes Java type conversion easy and elegant.
https://mapstruct.plus/
Apache License 2.0
263 stars 20 forks source link

springboot 3.3.0 是兼容不了吗 #84

Closed zhyblack closed 3 months ago

zhyblack commented 3 months ago
***************************
APPLICATION FAILED TO START
***************************

Description:

A component required a bean of type 'io.github.linpeilie.Converter' that could not be found.

Action:

Consider defining a bean of type 'io.github.linpeilie.Converter' in your configuration.