{"id":15009071,"url":"https://github.com/andbin/spring-boot3-thymeleaf-basic-demo","last_synced_at":"2026-01-30T19:03:46.431Z","repository":{"id":54676136,"uuid":"522555974","full_name":"andbin/spring-boot3-thymeleaf-basic-demo","owner":"andbin","description":"A basic demo project that shows how to use Thymeleaf with Spring Boot 3","archived":false,"fork":false,"pushed_at":"2023-03-25T15:35:14.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-05T08:43:13.084Z","etag":null,"topics":["apache-maven","demo-application","java","java-17","spring-boot3","thymeleaf"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andbin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-08T13:15:02.000Z","updated_at":"2024-01-12T18:34:40.000Z","dependencies_parsed_at":"2025-03-16T00:01:10.792Z","dependency_job_id":null,"html_url":"https://github.com/andbin/spring-boot3-thymeleaf-basic-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andbin/spring-boot3-thymeleaf-basic-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andbin%2Fspring-boot3-thymeleaf-basic-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andbin%2Fspring-boot3-thymeleaf-basic-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andbin%2Fspring-boot3-thymeleaf-basic-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andbin%2Fspring-boot3-thymeleaf-basic-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andbin","download_url":"https://codeload.github.com/andbin/spring-boot3-thymeleaf-basic-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andbin%2Fspring-boot3-thymeleaf-basic-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28917454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T16:37:38.804Z","status":"ssl_error","status_checked_at":"2026-01-30T16:37:37.878Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apache-maven","demo-application","java","java-17","spring-boot3","thymeleaf"],"created_at":"2024-09-24T19:22:48.614Z","updated_at":"2026-01-30T19:03:46.414Z","avatar_url":"https://github.com/andbin.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"\"\u003e![Java 17](https://img.shields.io/badge/Java-17-cd853f \"Java 17\")\u003c/a\u003e\n\u003ca name=\"\"\u003e![Spring Boot 3.0.5](https://img.shields.io/badge/Spring%20Boot-3.0.5-6db33f \"Spring Boot 3.0.5\")\u003c/a\u003e\n\u003ca name=\"\"\u003e![Built with Apache Maven](https://img.shields.io/badge/Built%20with-Apache%20Maven-f76504 \"Built with Apache Maven\")\u003c/a\u003e\n\u003ca name=\"\"\u003e![MIT License](https://img.shields.io/badge/License-MIT-1081c1 \"MIT License\")\u003c/a\u003e\n\n# Spring Boot 3 \u0026ndash; Thymeleaf Basic Demo\n\nThis is a basic demo project that shows how to use **[Thymeleaf](https://www.thymeleaf.org)** (a modern server-side template engine for Java) with **[Spring Boot](https://spring.io/projects/spring-boot) 3**.\n\n## License\n\nThis project is released under the **MIT License**, a very *permissive* free software license.\n\nSee the full text of the license: **[LICENSE.txt](LICENSE.txt)**\n\n## How to build and run the application\n\nYou can build and run the application in different ways (depending on your environment and/or IDE).\n\n#### 1) Using Maven to build a \u0026ldquo;fat\u0026rdquo; JAR that is easy to run\n\nFrom command line (in project's main directory):\n* run `mvn package`\n* go into the `target/` directory\n* run `java -jar spring-boot3-thymeleaf-basic-demo.jar`\n\n#### 2) Using Maven to directly build\u0026run the application\n\nFrom command line (in project's main directory):\n* run `mvn spring-boot:run`\n\n#### 3) Using the Eclipse IDE\n\n* import the project (\u0026ldquo;File\u0026rdquo; -\u003e \u0026ldquo;Import...\u0026rdquo; then \u0026ldquo;Existing Maven Projects\u0026rdquo; etc...)\n* build the project (if \u0026ldquo;Build Automatically\u0026rdquo; is not active)\n* locate the `SpringBoot3ThymeleafBasicDemoApp` class and then \u0026ldquo;Run As\u0026rdquo; -\u003e \u0026ldquo;Java Application\u0026rdquo;\n\n**Note**: other IDEs (e.g. NetBeans, IntelliJ IDEA) can also be used, the import procedure may be very similar.\n\n## How to use the application\n\nOnce the application is running, point your preferred browser to [http://localhost:8080](http://localhost:8080). You should see a simple page showing some version informations.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandbin%2Fspring-boot3-thymeleaf-basic-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandbin%2Fspring-boot3-thymeleaf-basic-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandbin%2Fspring-boot3-thymeleaf-basic-demo/lists"}