File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313
1414运行 ` mvn clean package -Dmaven.test.skip=true `
1515
16- 生成 jar 包 ` target/lealone-python-plugin-6.0.0 .jar `
16+ 生成 jar 包 ` target/lealone-python-plugin-6.0.1 .jar `
1717
18- 假设 jar 包的绝对路径是 ` /home/lealone/lealone-plugins/python/target/lealone-python-plugin-6.0.0 .jar `
18+ 假设 jar 包的绝对路径是 ` /home/lealone/lealone-plugins/python/target/lealone-python-plugin-6.0.1 .jar `
1919
2020
2121## 创建插件
2727``` sql
2828create plugin python
2929 implement by ' com.lealone.plugins.python.PythonServiceExecutorFactory'
30- class path ' /home/lealone/lealone-plugins/python/target/lealone-python-plugin-6.0.0 .jar' ;
30+ class path ' /home/lealone/lealone-plugins/python/target/lealone-python-plugin-6.0.1 .jar' ;
3131```
3232
3333要 drop 插件可以执行以下命令:
Original file line number Diff line number Diff line change 99 <parent >
1010 <groupId >com.lealone.plugins</groupId >
1111 <artifactId >lealone-plugins</artifactId >
12- <version >6.0.0 </version >
12+ <version >6.0.1 </version >
1313 </parent >
1414
1515 <artifactId >lealone-python</artifactId >
1616 <packaging >jar</packaging >
17- <version >6.0.0 </version >
17+ <version >6.0.1 </version >
1818
1919 <dependencies >
2020 <dependency >
You can’t perform that action at this time.
0 commit comments