Skip to content

Commit 61324bd

Browse files
committed
2024.10.05 DBML and github publishing.
1 parent e31ffab commit 61324bd

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

src/content/blog/2024/2024-09-28.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Java FX and Spring Boot
3+
author: emeraldjava
4+
pubDatetime: 2024-09-28T18:53:00Z
5+
slug: '2024-09-28'
6+
featured: true
7+
draft: false
8+
tags:
9+
- javafx
10+
- springboot
11+
description: Java FX and Spring Boot
12+
---
13+
14+
## Java FX and Spring Boot
15+
16+
https://kenjdavidson.com/writing/2022/03/21/javafx-and-spring-boot
17+
https://github.com/yoep/spring-boot-starter-javafx
18+
https://github.com/xdsswar/javafx-spring-demo
19+
https://medium.com/@samydavic/javafx-application-with-spring-boot-2b7c3374e675

src/content/blog/2024/2024-10-05.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: DBML and github publishing
3+
author: emeraldjava
4+
pubDatetime: 2024-10-05T07:44:00Z
5+
slug: '2024-10-05'
6+
featured: true
7+
draft: false
8+
tags:
9+
- dbml
10+
- github
11+
description: DBML plugin and gihub publioshing
12+
---
13+
14+
## DBML Maven Plugin
15+
16+
Follow openapi maven plugin with mustache templates to generate confluence, plantuml outputs.
17+
18+
## github publishing site and packages
19+
20+
Use github packages for the jar
21+
22+
- https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry
23+
24+
Use docsite github plugin for site details via github
25+
26+
- https://luiinge.github.io/docsite-maven-plugin/
27+
28+
## Update Astro Paper
29+
30+
- Create a code template for astro post to it auto fills date, slug etc.

0 commit comments

Comments
 (0)