Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fugerit-org/fj-daogen-legacy
Legacy module for Venus Mars
https://github.com/fugerit-org/fj-daogen-legacy
code-generation java legacy legacy-code legacy-s
Last synced: 13 days ago
JSON representation
Legacy module for Venus Mars
- Host: GitHub
- URL: https://github.com/fugerit-org/fj-daogen-legacy
- Owner: fugerit-org
- License: apache-2.0
- Created: 2023-08-26T18:47:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-30T06:53:51.000Z (over 1 year ago)
- Last Synced: 2024-11-06T01:11:50.622Z (2 months ago)
- Topics: code-generation, java, legacy, legacy-code, legacy-s
- Language: Java
- Homepage: https://www.fugerit.org/
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# fj-daogen-legacy
Legacy module for Venus Mars [fj-daogen](https://github.com/fugerit-org/fj-daogen)
This project provide compatibility layers for previous version of fj-daogen, to be used with the fj-daogen-maven-plugin.
[![license](https://img.shields.io/badge/License-Apache%20License%202.0-teal.svg)](https://opensource.org/licenses/Apache-2.0)
See [CHANGELOG.md](CHANGELOG.md) for list of changes in the project.
## Currently supported versions are :
1. [fj-daogen-legagy-v0-4-2-7](fj-daogen-legacy-v0-4-2-7/README.md) [![Maven Central](https://img.shields.io/maven-central/v/org.fugerit.java.legacy/fj-daogen-legacy-v0-4-2-7.svg)](https://mvnrepository.com/artifact/org.fugerit.java.legacy/fj-daogen-legacy-v0-4-2-7)
2. [fj-daogen-legagy-v0-4-4](fj-daogen-legacy-v0-4-4/README.md) [![Maven Central](https://img.shields.io/maven-central/v/org.fugerit.java.legacy/fj-daogen-legacy-v0-4-4.svg)](https://mvnrepository.com/artifact/org.fugerit.java.legacy/fj-daogen-legacy-v0-4-4)
3. [fj-daogen-legagy-v1-0-1](fj-daogen-legacy-v1-0-1/README.md) [![Maven Central](https://img.shields.io/maven-central/v/org.fugerit.java.legacy/fj-daogen-legacy-v1-0-1.svg)](https://mvnrepository.com/artifact/org.fugerit.java.legacy/fj-daogen-legacy-v1-0-1)## Create a new compatibility layer
Here you can find a brief [guide](src/docs/create_layer.md)----------------------------------------
NOTE: The module [fj-daogen-legagy-base](fj-daogen-legagy-base/README.md) provides some utilities needed by the various compatibility layers.