Skip to content

Commit 394b2c8

Browse files
committed
Updated the README.md
1 parent 5bb2522 commit 394b2c8

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
[![Build Status](https://travis-ci.org/OKaluzny/springboot-rest-api-postgresql.svg?branch=master)](https://travis-ci.org/OKaluzny/springboot-rest-api-postgresql)
44

5-
### Used tools:
5+
### Technology stack:
6+
7+
* Spring Boot;
8+
* Spring MVC;
9+
* Spring Security (as basic authentication);
610
* PostgreSQL database;
711
* Hibernate;
8-
* Basic authentication.
9-
1012

1113
#####To run this application use:
1214

@@ -16,8 +18,4 @@ mvn spring-boot:run
1618

1719
### The view in the Postman:
1820

19-
![alt tag](http://i.piccy.info/i9/947bc7454a432e884035a14f4dd00320/1478693910/81237/1085055/rest1.jpg)
20-
21-
![alt tag](http://i.piccy.info/i9/141ca6b46d15417c9b5d29664766bc73/1478694448/63256/1085055/rest2.jpg)
22-
23-
![alt tag](http://i.piccy.info/i9/095db04eb447c347cd736bdba072777d/1478694493/64447/1085055/rest3.jpg)
21+
![alt tag](http://i.piccy.info/i9/6fe13c87057a456bf9d25c151197c4d9/1479742734/78918/1085055/restpro.jpg)

src/main/java/com/kaluzny/web/BookController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import java.util.Collection;
1111

1212
@RestController
13-
@RequestMapping("/books")
13+
@RequestMapping("/api/books")
1414
public class BookController {
1515

1616
private BookRepository repository;

0 commit comments

Comments
 (0)