-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2024.10.05 DBML and github publishing.
- Loading branch information
1 parent
e31ffab
commit 61324bd
Showing
2 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: Java FX and Spring Boot | ||
author: emeraldjava | ||
pubDatetime: 2024-09-28T18:53:00Z | ||
slug: '2024-09-28' | ||
featured: true | ||
draft: false | ||
tags: | ||
- javafx | ||
- springboot | ||
description: Java FX and Spring Boot | ||
--- | ||
|
||
## Java FX and Spring Boot | ||
|
||
https://kenjdavidson.com/writing/2022/03/21/javafx-and-spring-boot | ||
https://github.com/yoep/spring-boot-starter-javafx | ||
https://github.com/xdsswar/javafx-spring-demo | ||
https://medium.com/@samydavic/javafx-application-with-spring-boot-2b7c3374e675 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: DBML and github publishing | ||
author: emeraldjava | ||
pubDatetime: 2024-10-05T07:44:00Z | ||
slug: '2024-10-05' | ||
featured: true | ||
draft: false | ||
tags: | ||
- dbml | ||
- github | ||
description: DBML plugin and gihub publioshing | ||
--- | ||
|
||
## DBML Maven Plugin | ||
|
||
Follow openapi maven plugin with mustache templates to generate confluence, plantuml outputs. | ||
|
||
## github publishing site and packages | ||
|
||
Use github packages for the jar | ||
|
||
- https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry | ||
|
||
Use docsite github plugin for site details via github | ||
|
||
- https://luiinge.github.io/docsite-maven-plugin/ | ||
|
||
## Update Astro Paper | ||
|
||
- Create a code template for astro post to it auto fills date, slug etc. |