Posts

Showing posts from December, 2017

Angular 5 with Spring Boot

Image
Hi everyone. Today I write a post using the English Language. This is about integration angular 5 with Spring Boot for deployment only one sever. We do it using maven and npm, so let's start. Maven projects We will start with creating a parent module which organize and build our modules. <? xml version = " 1.0 " encoding = " UTF-8 " ?> < project xmlns = " http : // maven.apache.org /POM/4.0.0 " xmlns : xsi = " http : // www.w3.org /2001/XMLSchema-instance " xsi : schemaLocation = " http : // maven.apache.org /POM/4.0.0 http : // maven.apache.org /xsd/maven-4.0.0.xsd " > < modelVersion > 4.0.0 </ modelVersion > < groupId > pl.devpragmatic </ groupId > < artifactId > devpragmatic </ artifactId > < version > 0.0.1-SNAPSHOT </ version > < packaging > pom </ packaging > < name > devpragmatic </ name > < description > Pare