06 2021 档案

摘要:在使用maven联系springboot项目的时候,pom.xml中的依赖正确,点击运行按钮,报错找不到包 原因:IDEA启动程序按钮和maven的build使用的jar包环境不一样 设置idea构建/运行操作委托给maven就行了。具体设置: Settings搜索Runner,勾选delegate 阅读全文
posted @ 2021-06-25 08:36 沧海一粟为知己 阅读(2087) 评论(0) 推荐(0)
摘要:1.加入依赖<dependency> <groupId>org.python</groupId> <artifactId>jython-standalone</artifactId> <version>2.7.0</version></dependency>2.Python脚本(脚本必须指定编码格式 阅读全文
posted @ 2021-06-25 08:30 沧海一粟为知己 阅读(78) 评论(0) 推荐(0)