Giter Site home page Giter Site logo

packtpublishing / building-web-apps-with-spring-5-and-angular Goto Github PK

View Code? Open in Web Editor NEW
52.0 10.0 42.0 136 KB

Building Web Apps with Spring 5 and Angular, published by Packt

License: MIT License

Java 55.97% HTML 10.25% TypeScript 23.27% JavaScript 10.11% Shell 0.02% Batchfile 0.02% CSS 0.15% Dockerfile 0.19%

building-web-apps-with-spring-5-and-angular's Introduction

Building Web Apps with Spring 5 and Angular

This is the code repository for Building Web Apps with Spring 5 and Angular, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Spring is the most popular application development framework being adopted by millions of developers around the world to create high performing, easily testable, reusable code. Its lightweight nature and extensibility helps you write robust and highly-scalable server-side web applications. Coupled with the power and efficiency of Angular, creating web applications has never been easier.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

Readers can refer to the full source code (Spring and Angular) for the HealthApp developed across the book. The source code is provided with this code bundle.

The code will look like the following:

@RequestMapping("/")
String home() {
    return "Hello world. How are you?";
}
public static void main(String[] args) {
    SpringApplication.run(HelloWorldApplication.class, args);
}

To execute the codes in this book and run the application, you will need to have Java, Angular, Docker, Jenkins, and GitLab configured in your system. You will also require JavaScript IDEs and Eclipse for developing codes in Java, Spring, Hibernate, and Angular.

Related Products

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781787284661

building-web-apps-with-spring-5-and-angular's People

Contributors

dominicpereira92 avatar packt-itservice avatar packtpavanr avatar packtutkarshr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

building-web-apps-with-spring-5-and-angular's Issues

please provide details

Neither the spring health app nor angular app is working.
please provide the detail steps to execute these projects separately???

Compile Error

Information:java: Errors occurred while compiling module 'healthapp'
Information:javac 1.8.0_152 was used to compile java sources
Information:9/1/18 12:42 PM - Compilation completed with 3 errors and 2 warnings in 6s 571ms
/home/lumium/Downloads/BuildingWebAppswithSpring5andAngular_Code/HealthApp_Spring-source-code/src/main/java/com/book/healthapp/repositories/UserDAOImpl.java
Warning:(7, 21) java: org.hibernate.Query in org.hibernate has been deprecated
/home/lumium/Downloads/BuildingWebAppswithSpring5andAngular_Code/HealthApp_Spring-source-code/src/main/java/com/book/healthapp/configuration/AppConfig.java
Error:(9, 51) java: cannot find symbol
symbol: class DataSourceBuilder
location: package org.springframework.boot.autoconfigure.jdbc
Warning:(30, 57) java: org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter in org.springframework.web.servlet.config.annotation has been deprecated
Error:(54, 37) java: cannot find symbol
symbol: variable DataSourceBuilder
location: class com.book.healthapp.configuration.AppConfig
/home/lumium/Downloads/BuildingWebAppswithSpring5andAngular_Code/HealthApp_Spring-source-code/src/main/java/com/book/healthapp/configuration/SecurityConfiguration.java
Error:(19, 26) java: cannot find symbol
symbol: variable ACCESS_OVERRIDE_ORDER
location: class org.springframework.boot.autoconfigure.security.SecurityProperties
/home/lumium/Downloads/BuildingWebAppswithSpring5andAngular_Code/HealthApp_Spring-source-code/src/main/java/com/book/healthapp/repositories/RxDAOImpl.java
Information:java: Some input files use unchecked or unsafe operations.
Information:java: Recompile with -Xlint:unchecked for details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.