-
这个框架用起来虽然简单,但是底层会重复重建很多byte[]实例,还没有来得及gc已经爆了
-
在 wiki 及 demo 介绍如何使用 springboot 搭建应用的时候,例子在描述 server 的时候有个小问题:
1、搭建 server 不需要 web 环境,所以没必要设置 server.port
2、如果使用例子的代码创建的 springboot 是会启动 web 服务的,默认是 8080 端口
3、可以在 pom 里面原来的 springboot dependency "s…
-
Based on [Quickstart SE](https://helidon.io/docs/latest/#/guides/02_quickstart-se) or its MicroProfile equivalent for Helidon, it should take less than 5 minutes to set up a new Helidon app. And apply…
keilw updated
4 years ago
-
docker exec -it ead27e00dbe5 consul connect redirect-traffic \
-proxy-id="demo-two-0-sidecar-proxy" \
-proxy-uid="???" \
I don`t understand this proxy-uid or how to do?
I install dnsmasq to…
-
When configuring additional paths for Spring Boot actuator health groups ('readiness', 'liveness', etc.), unrelated health indicators to those groups unexpectedly start failing. This behavior presents…
-
# Conditional Annotations in Spring Boot - Coding N Concepts
Conditional Annotations in Spring Boot
[https://codingnconcepts.com/spring-boot/conditional-annotations-in-spring-boot/](https://codingnc…
-
here is my dependencies
1.
com.github.ulisesbocchio
jasypt-spring-boot
3.0.5
2.
org.springframework.boot
…
-
## master 数据源配置
spring.datasource.druid.one.url=jdbc:mysql://localhost:3307/socks?useSSL=false&useUnicode=true&characterEncoding=utf8
spring.datasource.druid.one.username=root
spring.datasource.dru…
-
## 官方网站介绍 ##
http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-security
### 安全详情介绍 ###
http://docs.spring.io/spring-security/site/docs/4.2.1.RELEASE/reference/htm…
-
## Microservices Architecture (MSA): Background theory
1. [Fowler M.'s original article](https://martinfowler.com/articles/microservices.html): include 9 properties of MSA
2. [Using domain analysis …