diff --git a/README.md b/README.md index b1c394e..780d905 100644 --- a/README.md +++ b/README.md @@ -1,54 +1,51 @@ -# exmpblog (c) by examproject - -*** -### What's this? -A blog based project using [Spring MVC](http://static.springsource.org/spring/docs/3.1.x/spring-framework-reference/html/mvc.html). - -*** -### How to run at the local? -You will need to get [Apache Maven](http://maven.apache.org/). - -You will need to build this example at your command line. - - > cd { path to this README.md directory. } - > mvn compile - > mvn install - -Move to launcher project directory. - - > cd exmp-blog-webapp - -To run the .war application by jetty plugin. - - > mvn jetty:run - -You can access to http://localhost:8080/ on your web browser. -To stop the application hit ctrl + c - -*** -### How to run on the Heroku? -You will need to get [Git](http://git-scm.com/), of course. -You will need to create a application for [Heroku](http://www.heroku.com/), and must need to get the heroku tools, used [RubyGems](http://rubygems.org/). - -To push the application for Heroku at your command line. - - > cd { path to this README.md directory. } - > heroku login - > git push git@heroku.com:your-app-name.git - -*** -### Hosted on GitHub. -[hiroxpepe/exmpblog](https://github.com/hiroxpepe/exmpblog) - -*** -### Running on Heroku. -http://exmpblog.herokuapp.com/ - -*** -### Author +# blog-examproject + +--- +## What's this? +a based project of a blog type application. +#### by using +- [Spring Framework 5.2.x](https://spring.io/projects/spring-framework) +- [Spring Data JPA 2.3.x](https://spring.io/projects/spring-data-jpa) +- [Hibernate 5.4.x](http://hibernate.org/) +- [jackson 2.11.0](https://github.com/FasterXML/jackson) +- [Apache Tiles 3.0.x](https://tiles.apache.org/) +- [Lombok 1.18.x](https://projectlombok.org/) +- [Logback 1.2.x](http://logback.qos.ch/) +- [Java 8](https://www.oracle.com/) + +--- +## How to run the application on your local? +- get [Apache Maven](http://maven.apache.org/). +- build this project by using command line. +```bash +> cd { path to this README.md directory. } +> mvn compile +> mvn install +``` +- move to the directory of webapp. +```bash +> cd webapp +``` +- run the web application by using jetty plugin. +```bash +> mvn jetty:run +``` +- can access to http://localhost:8080/ on your web browser. +to stop the application hit ctrl + c + +--- +## Repository on Github. +[hiroxpepe/blog-examproject](https://github.com/hiroxpepe/blog-examproject) + +--- +## Running on Heroku. +http://blog-examproject.herokuapp.com/ + +--- +## Author [hiroxpepe](mailto:hiroxpepe@gmail.com) -*** -### License +--- +## License The examproject is released under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0). diff --git a/model/pom.xml b/model/pom.xml index 5075af7..1cfd51d 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -6,14 +6,14 @@ org.examproject exmp-blog-model jar - 1.0.1 + 1.0.2 exmp-blog-model ${version} - 2.1.9.RELEASE + 2.3.0.RELEASE 5.2.6.RELEASE - 5.4.3.Final + 5.4.17.Final 1.18.12 1.7.30 1.2.3 diff --git a/mvc/pom.xml b/mvc/pom.xml index 8513067..e81f1d6 100644 --- a/mvc/pom.xml +++ b/mvc/pom.xml @@ -6,7 +6,7 @@ org.examproject exmp-blog-mvc jar - 1.0.1 + 1.0.2 exmp-blog-mvc @@ -119,11 +119,11 @@ 2.3.1 provided - + diff --git a/pom.xml b/pom.xml index b37a1f4..4cb45e7 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.examproject exmp-blog pom - 1.0.1 + 1.0.2 exmp-blog diff --git a/service/pom.xml b/service/pom.xml index 604f3b1..5bb5c4c 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -6,7 +6,7 @@ org.examproject exmp-blog-service jar - 1.0.1 + 1.0.2 exmp-blog-service diff --git a/webapp/pom.xml b/webapp/pom.xml index b441cb9..e67b421 100644 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -6,12 +6,12 @@ org.examproject exmp-blog-webapp war - 1.0.1 + 1.0.2 exmp-blog-webapp ${version} - 2.10.4 + 2.11.0 3.0.8 1.8 UTF-8