fixed install app
This commit is contained in:
parent
50f3072608
commit
619cabf514
@ -32,7 +32,9 @@ import java.util.Arrays;
|
||||
"org.thingsboard.server.dao",
|
||||
"org.thingsboard.server.common.stats",
|
||||
"org.thingsboard.server.common.transport.config.ssl",
|
||||
"org.thingsboard.server.cache"})
|
||||
"org.thingsboard.server.cache",
|
||||
"org.thingsboard.server.springfox"
|
||||
})
|
||||
public class ThingsboardInstallApplication {
|
||||
|
||||
private static final String SPRING_CONFIG_NAME_KEY = "--spring.config.name";
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.thingsboard.server.config;
|
||||
package org.thingsboard.server.springfox;
|
||||
|
||||
import org.springframework.beans.BeansException;
|
||||
import org.springframework.beans.factory.config.BeanPostProcessor;
|
||||
@ -27,7 +27,6 @@ import java.lang.reflect.Field;
|
||||
import java.util.List;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
//@TbCoreComponent
|
||||
@Component
|
||||
//TODO: remove after fixing issue https://github.com/springfox/springfox/issues/3462 or after migration from springfox to springdoc
|
||||
public class SpringfoxHandlerProviderBeanPostProcessor implements BeanPostProcessor {
|
||||
Loading…
x
Reference in New Issue
Block a user