-
**Describe the bug**
I have set up a simple websocket application(https://github.com/spring-guides/gs-messaging-stomp-websocket) and deployed on both tomcat 10 and OpenLiberty.
When I try to conne…
-
以使用 Maven 打包并启动为例
```bash
mvn package
java -jar target/ms-mcms.jar
```
登陆 [MCMS 后台管理界面](http://localhost:8080/ms-mcms/ms/index.do),打开"系统管理"--"静态化",这时看日志(会有一条提示模板读取路径的日志)
然后把 wepapp 目录里的文件都复制到 ja…
-
Getting this exception during initialization:
```
2024-03-15T20:25:01.146920010Z Caused by: java.lang.IllegalArgumentException: URI is not hierarchical
2024-03-15T20:25:01.146931299Z at java.ba…
-
Wings system can be associated with the login, similar to the SSO.
* Ensure the independence of Wings account privilege system
* Convenient SSO login
* token recovery and kicking out of dangerous acc…
-
地址:http://blog.csdn.net/u014695188/article/details/52262146
-
오류설명:
오타 빨간줄도 없고 임포트도 책에 나온 것과 똑같이 했는데 실행이 안됩니다..
* Github URL: https://github.com/Tutorial999
### 오류 로그
> Task :compileJava UP-TO-DATE
> Task :processResources NO-SOURCE
> Task :clas…
ghost updated
3 years ago
-
https://xyueji.github.io/docker-compose%E6%90%AD%E5%BB%BA%E5%A4%A7%E6%95%B0%E6%8D%AE%E7%8E%AF%E5%A2%83.html#more
之前写过一篇docker-compose一键启停Vue+SpringBoot的前后端项目。最近需要用到hadoop、es、kafka、flink等大数据组件,由于公司测…
-
##### Description
I'm using latest OpenAPI Gen version 7.4.0. With under Gradle configuration, I use Gradle to generate SpringBoot source code.
openApiGenerate {
generatorName = 'spring'
inp…
-
springboot中使用Druid:http://www.jianshu.com/p/e3cd2e1c2b0c
-
http://www.ityouknow.com/springboot/2016/11/06/spring-boot-mybatis.html
这两天启动了一个新项目因为项目组成员一直都使用的是 Mybatis,虽然个人比较喜欢 Jpa 这种极简的模式,但是为了项目保持统一性技术选型还是定了 Mybatis 。到网上找了一下关于 Spring Boot 和 Mybatis 组合的相关资料,各…