在IDEA 运行有时会报:
Error running ‘Application’: Command line is too long. Shorten command line for Application or aalso for Spring Boot default configuration
解决方法:
1)找到项目里面的idea/workspace.xml文件。
2)再找到标签。
3)再在component 标签里加一行
再运行项目就不会报错了
动态获取数据库连接
版权声明:本文为weixin_43864365原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。