{"id":15009075,"url":"https://github.com/andbin/spring-boot2-thymeleaf-basic-demo","last_synced_at":"2026-03-08T20:39:39.315Z","repository":{"id":54464854,"uuid":"522213994","full_name":"andbin/spring-boot2-thymeleaf-basic-demo","owner":"andbin","description":"A basic demo project that shows how to use Thymeleaf with Spring Boot 2","archived":false,"fork":false,"pushed_at":"2023-09-03T13:00:09.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T02:52:57.097Z","etag":null,"topics":["apache-maven","demo-application","java","java-11","spring-boot2","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}},"created_at":"2022-08-07T13:00:01.000Z","updated_at":"2024-09-16T10:15:44.000Z","dependencies_parsed_at":"2023-01-30T21:01:02.014Z","dependency_job_id":null,"html_url":"https://github.com/andbin/spring-boot2-thymeleaf-basic-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andbin%2Fspring-boot2-thymeleaf-basic-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andbin%2Fspring-boot2-thymeleaf-basic-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andbin%2Fspring-boot2-thymeleaf-basic-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andbin%2Fspring-boot2-thymeleaf-basic-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andbin","download_url":"https://codeload.github.com/andbin/spring-boot2-thymeleaf-basic-demo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243204782,"owners_count":20253415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-11","spring-boot2","thymeleaf"],"created_at":"2024-09-24T19:22:50.655Z","updated_at":"2025-12-11T22:41:51.276Z","avatar_url":"https://github.com/andbin.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"\"\u003e![Java 11](https://img.shields.io/badge/Java-11-cd853f \"Java 11\")\u003c/a\u003e\n\u003ca name=\"\"\u003e![Spring Boot 2.7.15](https://img.shields.io/badge/Spring%20Boot-2.7.15-6db33f \"Spring Boot 2.7.15\")\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 2 \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) 2**.\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-boot2-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 `SpringBoot2ThymeleafBasicDemoApp` 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-boot2-thymeleaf-basic-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandbin%2Fspring-boot2-thymeleaf-basic-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandbin%2Fspring-boot2-thymeleaf-basic-demo/lists"}