mysqlfs

A java.nio file system implementation based on two MySQL tables.

Лицензия

Лицензия

Категории

Категории

MySQL Данные Базы данных
Группа

Группа

com.impact
Идентификатор

Идентификатор

vfs-mysql
Последняя версия

Последняя версия

1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

mysqlfs
A java.nio file system implementation based on two MySQL tables.
Ссылка на сайт

Ссылка на сайт

https://github.com/ImpactInc/vfs/tree/master/mysqlfs
Система контроля версий

Система контроля версий

https://github.com/ImpactInc/vfs/tree/master

Скачать vfs-mysql

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.impact/vfs-mysql/ -->
<dependency>
    <groupId>com.impact</groupId>
    <artifactId>vfs-mysql</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.impact/vfs-mysql/
implementation 'com.impact:vfs-mysql:1.0'
// https://jarcasting.com/artifacts/com.impact/vfs-mysql/
implementation ("com.impact:vfs-mysql:1.0")
'com.impact:vfs-mysql:jar:1.0'
<dependency org="com.impact" name="vfs-mysql" rev="1.0">
  <artifact name="vfs-mysql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.impact', module='vfs-mysql', version='1.0')
)
libraryDependencies += "com.impact" % "vfs-mysql" % "1.0"
[com.impact/vfs-mysql "1.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.springframework : spring-jdbc jar 4.3.7.RELEASE

Модули Проекта

Данный проект не имеет модулей.

vfs

A collection of file system related libraries.

  • mysqlfs is a java.nio file system implemented on top of two DB tables.

  • webdav is an adapter to access a java.nio file system using WebDAV.

  • ftpd is an adapter to access a java.nio file system using FTP.

  • examples is a program to showcase the libraries working together.

Quick Start

./gradlew :examples:shadowJar
java -jar examples/build/libs/examples-1.0.jar

Use --help on the latter to get summary information of options.

Without other options the command connects as user root without password to the default MySQL instance on localhost. In the test schema it adds two tables, direntry and blocks.

Maven Central

Maven dependency:

<dependency>
  <groupId>com.impact</groupId>
  <artifactId>vfs-webdav</artifactId>
  <version>1.0</version>
</dependency>

Gradle:

implementation 'com.impact:vfs-webdav:1.0'
com.impact

Impact

World's leading partnership automation platform

Версии библиотеки

Версия
1.0