Skip to content

E_Library project for uni showcasing MVC architecture, using Spring, JPA and Junit. Project handles book storage and rental, but also workers management.

Notifications You must be signed in to change notification settings

Promess02/E_library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-LIBRARY SERVER MODULE

SETTING UP

Before running the project you need to create a database. Run the .ddl file that is located in project root directory.

After creating the database you need to create a new config file in the src/main/resources directory named external_config.yml with template below:

server:
    port: [SERVER_PORT]
spring:
    datasource:
        password: [DB_CONNECTION_PASSWORD]
        username: [DB_CONNECTION_USERNAME]
        url: jdbc:mysql://localhost:3306/[DB_SCHEMA_NAME]?characterEncoding=utf8&&useSSL=false
        driver-class-name: com.mysql.jdbc.Driver

About

E_Library project for uni showcasing MVC architecture, using Spring, JPA and Junit. Project handles book storage and rental, but also workers management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages