Skip to content

annormally/SSI-ServicesSubscriptionInvoice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSI-ServicesSubscriptionInvoice

Technologies:

  • Hibernate for Database.
  • Spring Boot.
  • Thymeleaf for font-end.

How to works the application:

  • Run application from idea.
  • Use a database.
  • Access the next host: http://localhost:8080
  • Use application.

Useful information for create connection with a database:

Change the next field from application.properties: In this application database name is "ssi".

  • spring.datasource.url=jdbc:mysql://localhost:3306/ssi?serverTimezone=UTC (here need to introduce your database name)
  • spring.datasource.username=catalin (your username)
  • spring.datasource.password=291997 (your password)

Use workbench like client to create a database.

About

Costs and incomes management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors