Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages