Skip to content

danmiee/ShipTraffic_Backend

Repository files navigation

💛 BIGDATA PJT BY JKM

ShipTraffic Live - 선박도착시간 예측 서비스(Frontend repository)

한 줄 소개

  • AIS 신호를 활용하여 국내 선박들의 위치 정보를 실시간으로 파악 및 목적지 도착 예정 시각을 예측하여 알려주는 서비스

프로젝트

Final Version

image

Requirements ✔️

The fully fledged server uses the following:

  • SpringBoot 4.16.1.RELEASE
  • eclipse 4.25.0
  • apache tomcat 9.0.67

Dependencies 📝

There are a number of third-party dependencies used in the project. Browse the Maven pom.xml file for details of libraries and versions used.

<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId >
<scope>runtime</scope>
</dependency>

Building the project 📋

You will need:

  • Java JDK 17 or higher
  • Maven 3.0.1
  • Git
  • use MySQL database > JdbcTemplate

Missions 🛳

  • CORS
  • MySQL datasource apply
  • REST API config
  • Position Ship Location on map

etc 📌

About

선박 도착시각 예측 서비스

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages