CY
CY
> 下个版本可以管理日志的评论了。 好的,一定加入评论
临时解决方案: META-INF中spring.factories中添加如下代码: ```properties # Auto Configure The Custom SpringConfigProviderEnhancer. # For Fix {@link com.alicp.jetcache.anno.support.SpringConfigProvider} Not Autowired Parser Instance. # The program cannot be started!!! org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ com.xysx.voice.config.SpringConfigProviderEnhancer ``` 然后编写Java类 ```java package...
这个是用的MySQL