Skip to content

仅用于研究学习 java开源论坛 jsprun_6.0.0

Notifications You must be signed in to change notification settings

cloudecho/jsprun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

开发环境

开发时数据库配置: WebRoot/config.properties

安装

1、创建MySQL数据库

CREATE DATABASE jsprun DEFAULT CHARACTER SET utf8 COLLATE utf8_bin;
grant all on jsprun.* to jsprun@'%' identified by 'jsprun';
grant all on jsprun.* to jsprun@'localhost' identified by 'jsprun';

2、在线安装 将程序打包为jsprun.war部署至tomcat,访问

http://localhost:8080/jsprun/install.jsp

About

仅用于研究学习 java开源论坛 jsprun_6.0.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published