This project was developed as my undergraduate graduation project. Since most of the Kotlin Demos that can be found on the Internet are Android projects and are of limited help for web development, I open source this project as a reference and hope it will be helpful to you.
Github address: https://github.com/vitoling/HiWeather Git@OSC address: http://git.oschina.net/vitoling/HiWeather Currently, it mainly maintains Github repository, and Git@OSC repository is intermittently synchronized
Kotlin, SpringBoot, SpringMVC, Hibernate, Gradle, Thymeleaf, etc.
This project uses GPLv3 as an open source license, please abide by the relevant agreements.
Access to the background management path: /admin Backend management user: Account: admin Password: admin Before the project is running, please check the database configuration in the configuration file under src/resources/config/. Run the project requires creating a database named weather and executing the code in weather.sql in the document folder, which contains the structure and area information of all tables. The encoding of the database must be utf-8.
Import the gradle project, wait for the refresh to complete, right-click the AppStarter.kt file and click Run... or Debug... to start running.
The current gradle version used by the project is 3.3.