Skip to content

piotr-wilczynski/SpringTwitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

##Build Use Apache Maven in the main folder with pom.xml file.

    mvn package

##Run To run this project there are two ways:

1. Using Apache Tomcat server. Copy file into webapps folder of Apache Tomcat server to deploy application to Apache Tomcat.

    copy target/SpringTwitter-1.0-SNAPSHOT.war apache-tomcat/webapps

2. Using Spring Boot. This command will create server end deploy application on port 8443 which can be changed in the application.properties file

    java -jar target/SpringTwitter-1.0-SNAPSHOT.war

##Tools

  1. Apache Maven - is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
  2. Bootstrap - Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.
  3. Spring - The Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform. A key element of Spring is infrastructural support at the application level: Spring focuses on the "plumbing" of enterprise applications so that teams can focus on application-level business logic, without unnecessary ties to specific deployment environments.
  4. Spring Boot - Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration.
  5. Spring Social - Connect your Spring application with Software-as-a-Service (SaaS) API providers such as Facebook, Twitter, and LinkedIn.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages