how to solve the java.lang.NoSuchFieldError: LOGGER problem when there is an error in the integration of the third-party framework above?
how to solve the java.lang.NoSuchFieldError: LOGGER problem when there is an error in the integration of the third-party framework above?
this is obviously caused by version conflicts.
you can try to solve this problem:
but if you are using spring-boot, and the third-party framework has been integrated by spring-boot, you can try to remove the custom version and use the version defined in spring-boot-parent
Previous: PHP array reorganization?
Next: Is there an ordered Map? with better performance than TreeMap