# play-base **Repository Path**: steven0lisa/play-base ## Basic Information - **Project Name**: play-base - **Description**: Play项目模板 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-29 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # play-base ## 运行环境 1. PlayFramework 1.4.4+ 2. JDK 1.8 ## 运行说明 ``` # 启动 play start # 停止 play stop # 如果意外停止,需要手动删除pid文件 rm server.pid ``` ## 访问说明 项目启动后,可以访问文档中心: `http://localhost:9030/@apidoc/` 用户名密码:`user` / `play`,可在`conf/apidoc.conf`中修改