-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from hiroxpepe/develop
update: #30 changed environment and library.
- Loading branch information
Showing
6 changed files
with
29 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,30 +3,34 @@ | |
--- | ||
## What's this? | ||
A base project of a blog-type web 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) | ||
- [Spring Framework 5.3.x](https://spring.io/projects/spring-framework) | ||
- [Spring Data JPA 2.7.x](https://spring.io/projects/spring-data-jpa) | ||
- [Hibernate 5.6.x](http://hibernate.org/) | ||
- [jackson 2.13.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/) | ||
- [Java 11](https://openjdk.org/) | ||
|
||
--- | ||
## 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 | ||
``` | ||
|
@@ -37,10 +41,6 @@ to stop the application hit ctrl + c | |
## Repository on Github. | ||
[hiroxpepe/expt-blog](https://github.com/hiroxpepe/expt-blog) | ||
--- | ||
## Running on Heroku. | ||
http://expt-blog.herokuapp.com/ | ||
--- | ||
## Author | ||
[hiroxpepe](mailto:[email protected]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters