{"id":21861641,"url":"https://github.com/chawlaji/springbootangularjsdemo","last_synced_at":"2026-04-13T21:03:40.859Z","repository":{"id":168199436,"uuid":"90632191","full_name":"chawlaji/SpringBootAngularjsDemo","owner":"chawlaji","description":"Basic project for understanding spring boot and it's integration with Angularjs, With Embedded Web Service having CURD operations","archived":false,"fork":false,"pushed_at":"2018-02-02T08:11:26.000Z","size":65,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-26T14:53:27.683Z","etag":null,"topics":["actuator","angularjs","curd","devtools","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","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/chawlaji.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-08T13:37:44.000Z","updated_at":"2018-02-02T08:12:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"d98fd5f0-506a-4074-9806-6f11d46a04db","html_url":"https://github.com/chawlaji/SpringBootAngularjsDemo","commit_stats":null,"previous_names":["chawlaji/springbootangularjsdemo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chawlaji%2FSpringBootAngularjsDemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chawlaji%2FSpringBootAngularjsDemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chawlaji%2FSpringBootAngularjsDemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chawlaji%2FSpringBootAngularjsDemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chawlaji","download_url":"https://codeload.github.com/chawlaji/SpringBootAngularjsDemo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244860600,"owners_count":20522466,"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":["actuator","angularjs","curd","devtools","spring-boot"],"created_at":"2024-11-28T03:12:16.995Z","updated_at":"2026-04-13T21:03:40.811Z","avatar_url":"https://github.com/chawlaji.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpringBootAngularjsDemo\nBasic project for understanding spring boot and it's integration with Angularjs, With Embedded Web Service having CURD operations\nAdded Live relaod (hot swapping) using DevTools\n\nSpringBootSpring module which provides RAD (Rapid Application Development) feature to Spring framework.\nIt is used to create stand alone spring based application that you can just run because it needs very little spring configuration.\nSpring Boot does not generate code and there is absolutely no requirement for XML configuration.\nIt uses convention over configuration software design paradigm that means it decrease the effort of developer.\nADV:\n\n\t* Create stand-alone Spring applications that can be started using java -jar.\n\t* Embed Tomcat, Jetty or Undertow directly. You don't need to deploy WAR files.\n\t* It provides opinionated 'starter' POMs to simplify your Maven configuration.\n\t* It automatically configure Spring whenever possible.\n\t* It provides production-ready features such as metrics, health checks and externalized configuration.\n\t* Absolutely no code generation and no requirement for XML configuration.\n\n\nWhat is AutoConfigration ? -\u003e  configure all interdependent beans on the basis of dependencies present in pom\ni.e frameworks present on classpath and existing configuration for the application\nexample-\u003e is add spring mvc in pom-\u003e spring boot will auto configure dispatcher servlet, view resolver etc.\n\nembedded server ? -\u003e tomcat bind with war, so direct deploy on Linux machine having only java\n\nfor monitoring it provides Actuator\nadd entry to pom for acutator and hal browser\n\nAccess url-\u003e localhost:port/actuator/index.html#/actuator\n\napplication.properties -\u003e \n\n//to access all metrics you need all access from spring security so better disable it on dev\nmanagement.security.enabled=false\n\nAutoRead Class files- \u003e (one option is springLoaded http://blog.netgloo.com/2014/05/21/hot-swapping-in-spring-boot-with-eclipse-sts/) \n\neasiest to configure\nDevTools-\u003e auto reload for advance hot swapping as default hot swapping has limitations\n\njust add dependency entry in pom.xml\n\nit will work out of the box if any issues try adding below\nApplication.properties\nspring.devtools.livereload.enabled=true\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchawlaji%2Fspringbootangularjsdemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchawlaji%2Fspringbootangularjsdemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchawlaji%2Fspringbootangularjsdemo/lists"}