ssm-cluster icon indicating copy to clipboard operation
ssm-cluster copied to clipboard

:green_apple:Spring+SpringMVC+Mybatis+adminLTE3实现前后端分离(nginx负载均衡+tomcat集群)

Results 4 ssm-cluster issues
Sort by recently updated
recently updated
newest added

1、博主给的数据库中,并没有用户和密码数据。 2、本项目也没做出注册功能,所以我们要登录的话得直接从数据库添加用户和密码。 3、并且本项目使用md5加密后的密文作为数据库中的密码字段。所以我们得自行对密码md5加密后,再添加进数据库,才能登陆。

严重: Error deploying web application directory [D:\apache-tomcat-8.5.3-two\webapps\ssm-cluster] java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/ssm-cluster]] at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:758) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:730) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734) at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1140) at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1875) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266)...

[![mitm_build](https://user-images.githubusercontent.com/1323708/59226671-90645200-8ba1-11e9-8ab3-39292bef99e9.jpeg)](https://infosecwriteups.com/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb) --- This is a security fix for a high severity vulnerability in your [Apache Maven](https://maven.apache.org/) `pom.xml` file(s). The build files indicate that this project is resolving dependencies over HTTP...

本项目已经很久没有维护了,主要是现在Java开发者们基本都是使用Spring Boot去开发项目。这几年来,作者也主要在维护几个Spring Boot相关的开源仓库,推荐大家可以看一看这些仓库: - [spring-boot-projects](https://github.com/ZHENFENG13/spring-boot-projects) 4500+ Star - [My-Blog](https://github.com/ZHENFENG13/My-Blog) 3000+ Star - [My-BBS](https://github.com/ZHENFENG13/My-BBS) 40+ Star - [newbee-mall](https://github.com/newbee-ltd/newbee-mall) 9600+ Star - [newbee-mall-cloud](https://github.com/newbee-ltd/newbee-mall-cloud) 100+ Star - [newbee-mall-vue3-app](https://github.com/newbee-ltd/newbee-mall-vue3-app) 4500+ Star - [vue3-admin](https://github.com/newbee-ltd/vue3-admin) 2400+...