Fetch the repository succeeded.
作者开发的基于Vue2.0和Element-ui2.0的后台模板项目(element-admin)已发布,欢迎各位试用。
访问 http://localhost:8080/powerteam enjoy it!
默认的管理员帐号为admin 密码为admin
请保证mysql服务器的防火墙已开放3306端口(默认端口,如果是其他端口请举一反三) 请保证连接mysql的用户名具有外网访问的权限,如果没有请联系mysql管理员授权用户名具备tomcat服务器访问mysql服务器的权限
找到 tomcat\conf\server.xml 修改port="80" 重启tomcat
<Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" />
找到 tomcat\conf\server.xml 在Host节中加入该行 重启tomcat
<Context path="/" docBase="powerteam" reloadable="true"/>
修改后
<Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true">
...
<Context path="/" docBase="powerteam" reloadable="true"/>
...
</Host>
请作者喝一杯咖啡吧!
Sign in to post a comment
Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.
Repository Comments ( 12 )