{"id":18725559,"url":"https://github.com/reljicd/spring-boot-empty-mvc-thymeleaf-template","last_synced_at":"2025-04-12T16:12:53.266Z","repository":{"id":94100539,"uuid":"92831957","full_name":"reljicd/spring-boot-empty-mvc-thymeleaf-template","owner":"reljicd","description":"Empty Spring Boot MVC Thymeleaf template for quick bootstrapping of Spring Boot projects.","archived":false,"fork":false,"pushed_at":"2017-05-30T12:46:52.000Z","size":51,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T10:36:30.707Z","etag":null,"topics":["h2","h2-database","java","spring","spring-boot","spring-data-jpa","spring-data-rest","thymeleaf"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reljicd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-05-30T12:45:47.000Z","updated_at":"2021-02-23T13:54:24.000Z","dependencies_parsed_at":"2023-03-05T09:00:16.563Z","dependency_job_id":null,"html_url":"https://github.com/reljicd/spring-boot-empty-mvc-thymeleaf-template","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/reljicd%2Fspring-boot-empty-mvc-thymeleaf-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reljicd%2Fspring-boot-empty-mvc-thymeleaf-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reljicd%2Fspring-boot-empty-mvc-thymeleaf-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reljicd%2Fspring-boot-empty-mvc-thymeleaf-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reljicd","download_url":"https://codeload.github.com/reljicd/spring-boot-empty-mvc-thymeleaf-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248594136,"owners_count":21130313,"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":["h2","h2-database","java","spring","spring-boot","spring-data-jpa","spring-data-rest","thymeleaf"],"created_at":"2024-11-07T14:10:47.422Z","updated_at":"2025-04-12T16:12:53.248Z","avatar_url":"https://github.com/reljicd.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring Boot Empty MVC Thymeleaf Template\n\n## About\n\nThis is an empty Spring Boot MVC Thymeleaf template for quick bootstrapping of Spring Boot projects.\n\nIt was made using Spring Boot, Thymeleaf, Spring Data JPA, Spring Data REST. Database is in memory H2.\n\n## How to run\n\nYou can run the application from the command line with Maven. \nOr you can build a single executable JAR file that contains all the necessary dependencies, classes, and resources, and run that.\nGo to the root folder of the application and type:\n```\n./mvnw spring-boot:run\n```\nOr you can build the JAR file with \n```\n./mvnw clean package\n``` \nThen you can run the JAR file:\n```\njava -jar target/empty-template-0.0.1-SNAPSHOT.jar\n```\nThe application should be up and running within a few seconds.\n\nGo to the web browser and visit `http://localhost:8190/home`\n\nIn `/src/main/resources/application.properties` file it is possible to change \nthe port number.\n\n## Helper Tools\n\n### HAL REST Browser\n\nGo to the web browser and visit `http://localhost:8190/`\n\nYou will need to be authenticated to be able to see this page.\n\n### H2 Database web interface\n\nGo to the web browser and visit `http://localhost:8190/h2-console`\n\nIn field **JDBC URL** put \n```\njdbc:h2:mem:empty_template_db\n```\n\nIn `/src/main/resources/application.properties` file it is possible to change both\nweb interface url path, as well as the datasource url.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freljicd%2Fspring-boot-empty-mvc-thymeleaf-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freljicd%2Fspring-boot-empty-mvc-thymeleaf-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freljicd%2Fspring-boot-empty-mvc-thymeleaf-template/lists"}