Skip to content

Commit

Permalink
2024.10.05 DBML and github publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeraldjava committed Oct 5, 2024
1 parent e31ffab commit 61324bd
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/content/blog/2024/2024-09-28.md
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
30 changes: 30 additions & 0 deletions src/content/blog/2024/2024-10-05.md
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.

0 comments on commit 61324bd

Please sign in to comment.