当前位置: 首页 > 软件库 > 数据库相关 > >

web-framework-for-java

授权协议 MIT License
开发语言 C/C++
所属分类 数据库相关
软件类型 开源软件
地区 不详
投 递 者 陈欣荣
操作系统 跨平台
开源组织
适用人群 未知
 软件概览
,-----.   ,--.  ,--. ,------. ,--.   ,--.     ,--.  ,--. ,------. ,--------. 
|  |) /_  |  ,'.|  | |  .-.  \ \  `.'  /      |  ,'.|  | |  .---' '--.  .--' 
|  .-.  \ |  |' '  | |  |  \  : '.    /       |  |' '  | |  `--,     |  |    
|  '--' / |  | `   | |  '--'  /   |  |   .--. |  | `   | |  `---.    |  |    
`------'  `--'  `--' `-------'    `--'   '--' `--'  `--' `------'    `--'    

Web Framework - A starter project with basic functions for Spring Boot

NOTE : If JDBC exception occurred, please drop all tables and let it recreate automatically.

Home Page

Admin Page

Getting Started

  1. Change data source(MYSQL) url in application.yml and create your database without tables (will be generated automatically)
  2. Install dependencies
  3. mvn spring-boot:run to run application
  4. Browse http://localhost:9090

Wiki

 相关资料
  • Spring Web MVC框架提供模型 - 视图 - 控制器(MVC)架构和现成的组件,可用于开发灵活且松散耦合的Web应用程序。 MVC模式导致应用程序的不同方面(输入逻辑,业务逻辑和UI逻辑)分离,同时在这些元素之间提供松散耦合。 Model封装了应用程序数据,通常它们将由POJO组成。 View负责呈现模型数据,通常它会生成客户端浏览器可以解释的HTML输出。 Controller负责处理

  • Gin 是一个用 Go 语言开发的 Web 框架,提供类 Martini 的 API,但是性能更好。因为有了 httprouter 性能提升了 40 倍之多。 $ cat test.go package mainimport (    "net/http"    "github.com/gin-gonic/gin")func main() {    router := gin.Default() 

  • Web Tracing Framework 是 Google 推出的一组工具和脚本,用来分析 JavaScript 代码的性能。适合用于那些重度使用 JavaScript 代码的项目。提供一个手工嵌入版本和一个 Chrome 扩展。

  • Spry framework for Ajax是Adobe公司针对目前越来越流行的Ajax技术而推出自己的Ajax框架。我粗看了一下Spry所做Demo实例,发现其秉承MM原来“方 便,简洁,易上手”的一贯风格,它在“数据”处理方面和Backbase的效果库做比较好! 演示例子:http://labs.adobe.com/technologies/spry/samples/validationwi

  • This repo is no longer maintained but the idea of having up to date exampleapps is still something I'm actively working on. All of the examples from this repo (and more) have been moved into their own

  • This page is for users who are familiar with the HTML and CSS syntax for arranging components of an application’s UI. It maps HTML/CSS code snippets to their Flutter/Dart code equivalents. The example