Giter Club home page Giter Club logo

crud-g6-store's Introduction

This is a CRUD application made with Java and Spring

When downloading the code, it is necessary to add the application.properties in the indicated place according to the documentation

application.properties model (must be adjusted according to the machine where it will be installed):

#spring.jpa.hibernate.ddl-auto=updatespring.datasource.url=jdbc:mysql://111.22.333.444:9999/g6shop

#spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
#spring.datasource.driverClassName=com.mysql.jdbc.Driver
spring.datasource.username=senha
spring.datasource.password=senha

spring.jpa.open-in-view=falsespring.mvc.format.date=yyyy-MM-dd

spring.mvc.format.date-time=yyyy-MM-dd'T'hh:mm
spring.mvc.format.time=HH:mm:ss

admin.standardUserName=teste
admin.standardPassword=teste

spring.servlet.multipart.max-file-size=10MB
spring.servlet.multipart.max-request-size=10MB

Command to compile and run a background server: mvn package & start java -jar target/dependency/webapp-runner.jar --port 5339 target/*.war

To compile only: mvn package

To run a background server only: start java -jar target/dependency/webapp-runner.jar --port 80 target/*.war

Code coverage report:

Only the first time:

mvn clover:instrument
mvn clover:clover

On the following times:

mvn clover:clover

Documentation:

mvn javadoc:javadoc

crud-g6-store's People

Contributors

sabrinaaquino avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.