Giter Site home page Giter Site logo

agem-bilisim / alfa-server Goto Github PK

View Code? Open in Web Editor NEW
0.0 6.0 0.0 25.29 MB

ALFA: Göç Yönetim Bilgi Sistemi

Home Page: https://agem-bilisim.github.io/alfa-server/

Java 2.87% CSS 7.75% JavaScript 87.84% HTML 1.54% Ruby 0.01% PowerShell 0.01%
pardus pardus-linux-distribution migration windows openldap active-directory

alfa-server's Introduction

Alfa Server

Development environment

  1. Download and extract Spring Tool Suite (STS).

Eclipse Neon or higher can also be used but only if Spring Tool Suite (STS) plugin is installed via Help -> Eclipse Marketplace.

  1. Run mvn clean install -DskipTests and mvn eclipse:eclipse before importing!
  2. Import project as *existing Maven project into STS/Eclipse.
  3. Run project as Spring Boot App.
  4. Open your browser and navigate to localhost:8080/alfa

Database setup

  1. Install MariaDB server >10
  2. Connect to MySQL/MariaDB client and run CREATE DATABASE alfa DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci; to create alfa database
  3. Open application.properties and update property to spring.jpa.hibernate.ddl-auto=create to create tables and insert initial records.
  4. Run project as Spring Boot App. (You may change the property back to spring.jpa.hibernate.ddl-auto=none to start faster.)

TROUBLESHOOTING

  • Database table not found error?

Make sure JPA created the table correctly! If not, you can update property spring.jpa.hibernate.ddl-auto=update in application.properties to make sure database is sync'ed on project startup!

  • SysMapper bean not found/cannot be created?

Run mvn clean install -DskipTests then refresh your project in Eclipse.

alfa-server's People

Contributors

aliozeren avatar canerfyz avatar emrekgn avatar onerunal avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  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.