{"id":15009069,"url":"https://github.com/andbin/spring-boot2-pebble-basic-demo","last_synced_at":"2026-02-06T18:03:40.096Z","repository":{"id":96100445,"uuid":"524407234","full_name":"andbin/spring-boot2-pebble-basic-demo","owner":"andbin","description":"A basic demo project that shows how to use Pebble Templates with Spring Boot 2","archived":false,"fork":false,"pushed_at":"2023-09-03T12:55:28.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T10:45:58.236Z","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-13T13:30:01.000Z","updated_at":"2024-03-25T11:59:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"c4fc42c0-50f2-4270-b643-e1d0d584a07c","html_url":"https://github.com/andbin/spring-boot2-pebble-basic-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andbin/spring-boot2-pebble-basic-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andbin%2Fspring-boot2-pebble-basic-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andbin%2Fspring-boot2-pebble-basic-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andbin%2Fspring-boot2-pebble-basic-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andbin%2Fspring-boot2-pebble-basic-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andbin","download_url":"https://codeload.github.com/andbin/spring-boot2-pebble-basic-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andbin%2Fspring-boot2-pebble-basic-demo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265418199,"owners_count":23761764,"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:48.013Z","updated_at":"2026-02-06T18:03:35.073Z","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; Pebble Basic Demo\n\nThis is a basic demo project that shows how to use **[Pebble Templates](https://pebbletemplates.io)** (a 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-pebble-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 `SpringBoot2PebbleBasicDemoApp` 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-pebble-basic-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandbin%2Fspring-boot2-pebble-basic-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandbin%2Fspring-boot2-pebble-basic-demo/lists"}