Mejituu
Mejituu
@ricardomv Hello, would you like to check it out if you have time?
> 是否增加一个热更新,比如使用jreble热更新. 在springboot2+openapi2是支持的,不过在springboot3+openapi3就不支持这个了 我的springboot3+openapi3使用jreble热更新正常
OK, I'll try the latest box64 tomorrow. My software was tested some time ago and encountered a stuck login, but it did need to call explorer.exe. I saw a recent...
[wine.log](https://github.com/ptitSeb/box64/files/14081069/wine.log) I found that part of it was indeed repaired, but the program I adapted is still stuck, and I haven't seen any box64 errors yet. However, wine has some...
> [wine.log](https://github.com/ptitSeb/box64/files/14081069/wine.log) 发现确实修复了一部分,但是我适配的程序还是卡住了,还没看到box64的错误。然而,wine 有一些错误: > > ```shell > 0124:err:sync:RtlpWaitForCriticalSection section 000000017006E780 "../../dlls/ntdll/loader.c: loader_section" wait timed out in thread 0124, blocked by 00dc, retrying (60 sec) > 00dc:err:virtual:map_fixed_area out of memory...
> operationId 不错的提议,不过这个使用UUID 在容器化就会出现不一致的问题 ```java package com.ocboot.config.swagger; import com.github.xingfudeshi.knife4j.annotations.ApiOperationSupport; import com.github.xingfudeshi.knife4j.annotations.ApiSupport; import com.github.xingfudeshi.knife4j.core.conf.ExtensionsConstants; import com.github.xingfudeshi.knife4j.core.util.StrUtil; import com.github.xingfudeshi.knife4j.extend.util.ExtensionUtils; import com.google.common.hash.Hashing; import io.swagger.v3.oas.models.Operation; import org.springdoc.core.customizers.GlobalOperationCustomizer; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.core.annotation.AnnotationUtils; import...