upgrade spring boot and dependencies, migrate spring boot, add dyndns draft

This commit is contained in:
2023-12-12 15:22:54 +01:00
parent 9ea02f8208
commit 5286d4f171
26 changed files with 602 additions and 93 deletions
@@ -28,7 +28,7 @@ public class I18n {
*
*/
@Lob
@Column(name = "label")
@Column(name = "label", length = 100000)
private String label;
/**