文件名称:word-count-spring-batch-partitioning:使用 Spring Batch 在 PDF 文件中实现计数词遵循 MasterSlave 模型
文件大小:78KB
文件格式:ZIP
更新时间:2024-06-27 22:17:35
Java
word-count-spring-batch-partitioning 使用 Spring Batch 在 PDF 文件中实现计数词遵循 Master/Slave 模型 主/从模型 字数统计算法 设置、构建和运行 初始化数据库 创建用于存储 word-count 和 word-count-repository 的模式。 执行create_schema.sql 注意:如果执行create_schema.sql时出现错误“language 'plpgsql' does not exist” 通过命令su -postgres访问 postgres 目录 使用这个命令createlang -d dbname plpgsql 再次运行create_schema.sql PDF文件 从 下载 PDF 文件 设置 从master和 config 打开application.properties
【文件预览】:
word-count-spring-batch-partitioning-master
----WordsCount.png(48KB)
----word-count-partitioning-slave()
--------src()
--------pom.xml(4KB)
--------.classpath(1KB)
--------.gitignore(9B)
----word-count-partitioning-master()
--------src()
--------pom.xml(4KB)
--------.classpath(1KB)
--------.gitignore(9B)
----LICENSE(11KB)
----README.md(2KB)
----pom.xml(3KB)
----.gitignore(208B)
----create_schema.sql(2KB)