All Projects → zhiyuan-l → Hiweather

zhiyuan-l / Hiweather

Licence: gpl-3.0
A Chinese Weather Website based on Kotlin and SpringBoot. Using Spiders to gather weather and location data.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Hiweather

Spring-Boot-2
Spring Boot 2.x examples
Stars: ✭ 33 (-10.81%)
Mutual labels:  thymeleaf, hibernate, springboot
BusinessInfrastructurePlatformGroupVersion
A java web project based on Spring Boot using MySQL, Spring MVC, Hibernate, Spring Data JPA, Query DSL, Lombok, Logback, etc.
Stars: ✭ 90 (+143.24%)
Mutual labels:  thymeleaf, hibernate, springboot
Superboot
随着技术日新月异,新技术新平台不断出现,对现如今的开发人员来说选择快速高效的框架进行项目开发,既能提高产出,又能节约时间。本框架无需开发即可实现服务注册、服务发现、负载均衡、服务网关、配置中心、API管理、分布式事务、支撑平台、集成框架、数据传输加密等功能,是学习SpringCloud整体业务模式的完整示例,并且可以直接用于生产环境
Stars: ✭ 341 (+821.62%)
Mutual labels:  hibernate, springboot
Spring Boot Projects
该仓库中主要是 Spring Boot 的入门学习教程以及一些常用的 Spring Boot 实战项目教程,包括 Spring Boot 使用的各种示例代码,同时也包括一些实战项目的项目源码和效果展示,实战项目包括基本的 web 开发以及目前大家普遍使用的线上博客项目/企业大型商城系统/前后端分离实践项目等,摆脱各种 hello world 入门案例的束缚,真正的掌握 Spring Boot 开发。
Stars: ✭ 4,022 (+10770.27%)
Mutual labels:  springboot, thymeleaf
Springboot Shiro
使用SpringBoot与shiro实现基于数据库的细粒度动态权限管理系统实例
Stars: ✭ 564 (+1424.32%)
Mutual labels:  springboot, thymeleaf
viakiba
关于Java相关的web与游戏开发相关的代码样例 部分样例对应的文章见blog主页
Stars: ✭ 27 (-27.03%)
Mutual labels:  thymeleaf, springboot
Spring Boot Enterprise Application Development
Spring Boot Enterprise Application Development.《Spring Boot 企业级应用开发实战》
Stars: ✭ 261 (+605.41%)
Mutual labels:  hibernate, thymeleaf
Taoshop
开源电子商务项目,SpringBoot+Dubbo技术栈实现微服务,实现一款分布式集群的电商系统. 项目releases链接:https://github.com/u014427391/taoshop/releases (开发中...)
Stars: ✭ 491 (+1227.03%)
Mutual labels:  springboot, thymeleaf
recurse-community-portfolio
Discover all the things Recursers have built!
Stars: ✭ 13 (-64.86%)
Mutual labels:  website, thymeleaf
Javaquarkbbs
基于Spring Boot实现的一个简易的Java社区
Stars: ✭ 755 (+1940.54%)
Mutual labels:  hibernate, thymeleaf
Spring Boot Examples
about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。
Stars: ✭ 26,812 (+72364.86%)
Mutual labels:  springboot, thymeleaf
Springbootrestapihibernatejpamysqltutorial
Stars: ✭ 32 (-13.51%)
Mutual labels:  hibernate, springboot
springboot-BMSystem
springboot+mybatis+mysql+thymeleaf+jquery构建的小型图书借阅管理系统
Stars: ✭ 88 (+137.84%)
Mutual labels:  thymeleaf, springboot
Weatherspider
天气爬虫(全国城镇天气自动定时抓取更新,并开放RESTful查询接口),附带代理IP池定时更新并检测其可用性
Stars: ✭ 337 (+810.81%)
Mutual labels:  weather, springboot
SpringbootCRM
SpringbootCRM,后台管理模板,抽空持续完善(Github授权登录,微信测试号扫码登录)...
Stars: ✭ 37 (+0%)
Mutual labels:  thymeleaf, springboot
Favorites Web
云收藏 Spring Boot 2.X 开源项目
Stars: ✭ 4,485 (+12021.62%)
Mutual labels:  springboot, thymeleaf
Springbootunity
rabbitmq、redis、scheduled、socket、mongodb、Swagger2、spring data jpa、Thymeleaf、freemarker etc. (muti module spring boot project) (with spring boot framework,different bussiness scence with different technology。)
Stars: ✭ 845 (+2183.78%)
Mutual labels:  hibernate, thymeleaf
spring-boot-java-swing-reservations
The project aims to present how to connect Spring Boot 2 and Java Swing GUI widget toolkit. All application dependencies are provided by Docker Compose. There are also static code analysis tools like FindBugs and Checkstyle.
Stars: ✭ 86 (+132.43%)
Mutual labels:  hibernate, springboot
springboot
🌿 springboot 分析与学习 & 入门示例 & 图文教程,本 Spring Boot 系列文章基于 Spring Boot 版本 v2.x 进行学习分析。 所有项目示例都有对应的文章介绍,可以直接点击 https://www.wdbyte.com 阅读。
Stars: ✭ 104 (+181.08%)
Mutual labels:  thymeleaf, springboot
Hibernate Springboot
Collection of best practices for Java persistence performance in Spring Boot applications
Stars: ✭ 589 (+1491.89%)
Mutual labels:  hibernate, springboot

HiWeather

介绍:

这个项目是作为我的本科毕业设计而开发的。由于目前大多数网上能找到的 Kotlin Demo 都是Android项目,对于Web开发帮助有限,因此本人开源此项目作为一个参考,希望能够对各位有所帮助。

Github地址:https://github.com/vitoling/HiWeather [email protected]地址:http://git.oschina.net/vitoling/HiWeather 目前主要维护Github仓库,[email protected]仓库间歇性同步

后台登录 天气预报

技术:

Kotlin、SpringBoot、SpringMVC、Hibernate、Gradle、Thymeleaf 等。

声明:

本项目使用 GPLv3 作为开源许可证,请遵守相关协议。

使用说明:

访问后台管理路径:/admin 后台管理用户: 账号:admin 密码:admin 项目运行前,请检查src/resources/config/ 下的配置文件内的数据库配置,运行项目需要创建名为weather的数据库,并执行 document 文件夹下 weather.sql中的代码, 其中包含所有表的结构和区域信息的数据。数据库的编码必须为 utf-8。

Intellij IDEA:

导入gradle项目,等待刷新完成之后,右键AppStarter.kt文件点击Run ... 或者 Debug ... 即可开始运行。

目前项目使用的gradle版本为3.3。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].