项目作者: tomazst

项目描述 :
Desktop application to explore database data using relations
高级语言: Java
项目地址: git://github.com/tomazst/jrelex.git
创建时间: 2015-10-04T07:21:31Z
项目社区:https://github.com/tomazst/jrelex

开源协议:

下载


JRelEx

Desktop application to explore database data using relations

JRelEx is a java application. It is developed on javafx platform and is intended for searching data using database relations.

Build

It’s a maven project. To succesfully build project you must use the jrelex profile. You may add it as activeProfile in .m2/settings.xml file in a local repository.

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
  5. <activeProfiles>
  6. <activeProfile>jrelex</activeProfile>
  7. </activeProfiles>
  8. </settings>

Build jar application

  1. mvn jfx:jar

Jar is stored into jfx/app folder.

Build native application

  1. mvn jfx:native

App is stored into jfx/native folder.