# HiWeather **Repository Path**: PrintHelloWorld/HiWeather ## Basic Information - **Project Name**: HiWeather - **Description**: 一个使用 Kotlin 语言开发的天气网站,其他使用的技术包括 SpringBoot、Webmagic等。 - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://github.com/vitoling/HiWeather - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 35 - **Created**: 2016-12-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##HiWeather #Introduction This project provides a complete example of developing web project in Kotlin. The admin module updates the weather data automatically and the web module displays all the weather datum. ![SIGNIN](http://git.oschina.net/uploads/images/2016/0612/174557_b82d3bfa_459585.jpeg "SIGN IN ADMIN MODULE") ![FORECAST](http://git.oschina.net/uploads/images/2016/0612/174757_f80614b2_459585.jpeg "FORECAST PAGE") #Keywords Kotlin SpringBoot SpringMVC Hibernate Gradle Thymeleaf #Usage Importing the project from master/weather/setting.gradle Running this project needs a active mysql server, and the database should be named weather, the charset of the DB must be utf-8. Before deploying the website, you should execute the script file, document/weather.sql There is only one user in admin module, both the user name and password are admin