Springboot is packaged into a jar package, and the @ Configuration annotated class is not executed

have you encountered any similar problems? springboot is packaged into jar package, @ Configuration annotated class is not executed, run and debug are fine under idea
idea runs as
1

jar
2

May.12,2022
Whether

is a journal level issue. Try replacing debug with info


is basically solved. The name of the method for injecting bean cannot be repeated. At that time, a copy was copied, all called xxsFil.... It is not clear exactly why the idea can work properly.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3a450-2b97a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3a450-2b97a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?