diff --git a/src/main/resources/BaseDeDatos.png b/src/main/resources/BaseDeDatos.png deleted file mode 100644 index e6c016d..0000000 Binary files a/src/main/resources/BaseDeDatos.png and /dev/null differ diff --git a/src/main/resources/Bueno.png b/src/main/resources/Bueno.png new file mode 100644 index 0000000..ff8c891 Binary files /dev/null and b/src/main/resources/Bueno.png differ diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 8b13789..4a0fc08 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1 +1,2 @@ - +server.port=9000 +spring.thymeleaf.cache=false diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html new file mode 100644 index 0000000..bd7bb64 --- /dev/null +++ b/src/main/resources/templates/index.html @@ -0,0 +1,55 @@ + + + + + Foro + + + + + + + + + + + \ No newline at end of file