Skip to content

Commit

Permalink
license add in readme and spring security dependency remove
Browse files Browse the repository at this point in the history
  • Loading branch information
hnjaman committed Nov 23, 2018
1 parent acd3592 commit a375c2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ mvn spring-boot:run
```
# Run Angular User interface
cd microservice-ui
# install node package manager
npm install
ng s --open
# Go to http://localhost:4200/
```

### Copyright & License

MIT License, see the link:LICENSE[LICENSE] file for details.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>




<!--
<dependency>
Expand Down

0 comments on commit a375c2f

Please sign in to comment.