- AIS 신호를 활용하여 국내 선박들의 위치 정보를 실시간으로 파악 및 목적지 도착 예정 시각을 예측하여 알려주는 서비스
- 2023.01.11 ~ 2023.02.09 (일/시간)
- Github - BackEnd
- SpringBoot 4.16.1.RELEASE
- eclipse 4.25.0
- apache tomcat 9.0.67
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>
- Java JDK 17 or higher
- Maven 3.0.1
- Git
- use MySQL database > JdbcTemplate
- CORS
- MySQL datasource apply
- REST API config
- Position Ship Location on map
- about spring-boot reference : http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/
- about spring-boot properties : http://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html
- about spring-boot tomcat connection : http://blog.woniper.net/231
- about spring-boot devTools : https://docs.spring.io/spring-boot/docs/1.5.16.RELEASE/reference/html/using-boot-devtools.html
- about spring-boot rest api : https://spring.io/guides/gs/rest-service/