SiteBackend/.idea
Teriuihi 2f1d24598b Update Form HTML output and disable validation auto-configuration
The form-to-HTML output process has been switched from a `<div>` approach to using a `StringBuilder` with a table structure in `ContactFormData.java`. Also, the spring validation auto-configuration has been disabled by adding `exclude = ValidationAutoConfiguration.class` in the `@SpringBootApplication` annotation of `Main.java`. Some changes in `.idea/workspace.xml` and `VerifyController.java` were made as well.
2024-04-28 17:58:43 +02:00
..
dataSources.xml Initial commit for site for forms 2024-01-13 16:24:54 +01:00
gradle.xml Initial commit for site for forms 2024-01-13 16:24:54 +01:00
misc.xml Initial commit for site for forms 2024-01-13 16:24:54 +01:00
uiDesigner.xml Initial commit for site for forms 2024-01-13 16:24:54 +01:00
vcs.xml Initial commit for site for forms 2024-01-13 16:24:54 +01:00
workspace.xml Update Form HTML output and disable validation auto-configuration 2024-04-28 17:58:43 +02:00