1 Star 0 Fork 0

justlive1 / playframework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Welcome to Play framework

Join the chat at https://gitter.im/playframework/play1

Play framework makes it easier to build Web applications with Java. It is a clean alternative to bloated Enterprise Java stacks. It focuses on developer productivity and targets RESTful architectures. Play is a perfect companion to agile software development.

Learn more on the https://www.playframework.com website.

Getting started

1. Install the latest version of Play framework and unzip it anywhere you want:

unzip play-*.zip -d /opt/play

2. Add the play script to your PATH:

export PATH=$PATH:/opt/play

3. Create a new Play application:

play new /opt/myFirstApp

4. Run the created application:

play run /opt/myFirstApp

5. Go to localhost:9000/ and you’ll see the welcome page.

6. Start developing your new application:

Get the source

Fork the project source code on Github:

git clone git://github.com/playframework/play.git

The project history is pretty big. You can pull only a shallow clone by specifying the number of commits you want with —depth:

 git clone git://github.com/playframework/play.git --depth 10

Reporting bugs

Please report bugs on our lighthouse tracker.

Learn More

Licence

Play framework is distributed under Apache 2 licence.

空文件

简介

play framework 展开 收起
Python
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Python
1
https://gitee.com/justlive1/playframework.git
git@gitee.com:justlive1/playframework.git
justlive1
playframework
playframework
master

搜索帮助