No description
  • Java 99.6%
  • Dockerfile 0.3%
  • FreeMarker 0.1%
Find a file
2026-07-20 09:48:31 -04:00
.mvn/wrapper Add mvn wrapper to parent pom 2026-07-18 22:56:32 -04:00
uncoiled Fix intiial rollback by filtering out dbmate schema_migrations table from migration creation and remove table from the schema. 2026-07-20 09:48:31 -04:00
uncoiled-app Fix intiial rollback by filtering out dbmate schema_migrations table from migration creation and remove table from the schema. 2026-07-20 09:48:31 -04:00
uncoiled-core Fix intiial rollback by filtering out dbmate schema_migrations table from migration creation and remove table from the schema. 2026-07-20 09:48:31 -04:00
.gitignore Update gitignore to allow for pom.xml files to be added to rest resources 2026-07-18 21:25:45 -04:00
mise.toml First completely working version of the migration tool 2026-07-10 20:55:14 -04:00
mvnw Add mvn wrapper to parent pom 2026-07-18 22:56:32 -04:00
mvnw.cmd Add mvn wrapper to parent pom 2026-07-18 22:56:32 -04:00
pom.xml Address dependency conflicts 2026-07-17 07:02:39 -04:00
README.md Initial Commit 2026-06-19 14:37:36 -04:00

futurejava

Welcome to futurejava!!

running

mvn clean jooby:run

building

mvn clean package

docker

 docker build . -t futurejava
 docker run -p 8080:8080 -it futurejava