-
**OS target (Android/iOS):**
iOS
**Godot version:**
3.0.6-stable
**Issue description:**
Closing interstial ad (even without banner and reward) crashes.
Log:
```
objc[3762]: Class VCWeakO…
-
### 你当前使用的版本
2.18.0
### 描述一下此特性
目前访问一个系统存在的路由,但主题没有实现对应的模板,这个时候就会抛出如下异常:
```
2024-08-23T12:49:54.848+08:00 ERROR 7 --- [loomBoundedElastic-35626] o.t.spring6.SpringWebFluxTemplateEngine …
-
### 系统信息
无
### 使用的哪种方式运行?
Docker
### 发生了什么?
小程序通过微信登录,然后转到系统登录,获取token,然后请求带上token。这个token无需通过页面登录生成,再交给小程序,而是通过接口获取一个token。没有发现这个获取token的接口。
### 相关日志输出
_No response_
### 附加信息
…
-
# 12. Caching
* `@EnableCaching` 하면 자동 구성 해줌
```
import org.springframework.cache.annotation.Cacheable;
import org.springframework.stereotype.Component;
@Component
public class MathService {
…
-
### 系统信息
- 外部访问地址:https://percy.fun
- 启动时间:2024年11月4日 15:00
- 版本:2.20.8
- 已启动插件:对象存储(Amazon S3 协议)、增强备份(Backup IMproved)、SEO 工具集、应用市场、StackEdit、highlight.js 代码高亮、ByteMD、lightgallery.js 灯箱、阿里云 OSS、OAu…
-
### System information
1
### What is the project operation method?
Docker
### What happened?
2024-11-01T18:33:31.925+08:00 ERROR 7 --- [boundedElastic-10] org.thymeleaf.TemplateEngine …
-
## Your Environment
* Plugin version: 3.9.3
* Platform: Both
* OS version:
* Device manufacturer / model: iPhone8, Samsung S10
* React Native version (`react-native -v`): 0.63.3
* Plugin c…
-
I wanted to know how can i block actuator endpoint in spring cloud gateway. Basically i want to block it for external access but internal pod to pod communication i want to allow it .
For example :…
-
### 系统信息
- 外部访问地址:
- 启动时间: 2024-06-07 22:04
- 版本: 2.16.2
- 构建时间: 2024-06-07 11:51
- Git Commit: 7b2c8e4
- Java: OpenJDK Runtime Environment / 17.0.11+9-Debian-1deb12u1
- 数据库: MySQL Community Server …
-
the boot version is 2.5.2, i'm use webflux, i'm use my custom session store, here is my config
```java
@Bean
public WebSessionManager webSessionManager(WebSessionStore sessionStore) {
…