Skip to content

Commit a5df0f3

Browse files
committed
Port to Spring Boot.
Fix GH #75
2 parents 2f5a49a + b9468a2 commit a5df0f3

36 files changed

+665
-889
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@ target/
88
# IDEA related files
99
.idea
1010
mystamps.iml
11-
12-
src/main/resources/prod/spring/mail.properties

NEWS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
0.x
22
- (infrastructure) switched to Java8
33
- (user interface) ported to Bootstrap 3
4+
- (infrastructure) ported to Spring Boot
45

56
0.3
67
- (functionality) implemented possibility to user to add series to his collection

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If you are programmer/sysadmin or you just feeling that you are able to run loca
2626
* install Java (at least 8th version is required)
2727
* install Maven
2828
* clone this project
29-
* from the console inside the directory with source code, execute command `mvn clean jetty:run`
29+
* from the console inside the directory with source code, execute command `mvn spring-boot:run`
3030
* open up `http://127.0.0.1:8080` in the browser
3131
* browse the site or log in as one of the pre-created users: `admin` / `test` or `coder` / `test`
3232
* press `Ctrl-C` to stop the server
@@ -35,7 +35,7 @@ If you are programmer/sysadmin or you just feeling that you are able to run loca
3535

3636
## What's inside? (interesting only for programmers)
3737

38-
* *At the heart of*: Spring Framework
38+
* *At the heart of*: Spring Framework (and especially Spring Boot)
3939
* *Template engine*: Thymeleaf
4040
* *UI*: HTML, Bootstrap and a bit of JavaScript with JQuery
4141
* *Security*: Spring Security

0 commit comments

Comments
 (0)