зеркало из
https://github.com/iharh/notes.git
synced 2025-11-04 15:46:08 +02:00
m
Этот коммит содержится в:
родитель
e9e5a49ee9
Коммит
b04c6f1c0d
@ -22,6 +22,8 @@ people
|
|||||||
! his students - S.S Averintsev, V Bibihin
|
! his students - S.S Averintsev, V Bibihin
|
||||||
|
|
||||||
2024
|
2024
|
||||||
|
Mazhuko - Ortho Celebration of 18:11
|
||||||
|
https://www.youtube.com/watch?v=WQfuj4YubJQ
|
||||||
Mazhuko - Learn to Afraid in a Right way of 8:53
|
Mazhuko - Learn to Afraid in a Right way of 8:53
|
||||||
https://www.youtube.com/watch?v=PltSSHCPmso
|
https://www.youtube.com/watch?v=PltSSHCPmso
|
||||||
Mazhuko - Dont Rush with Saving of 11:57
|
Mazhuko - Dont Rush with Saving of 11:57
|
||||||
|
|||||||
@ -32,6 +32,9 @@ Michael Mann
|
|||||||
books: Fashism, Dark Side of Democracy
|
books: Fashism, Dark Side of Democracy
|
||||||
|
|
||||||
2024
|
2024
|
||||||
|
MaterikTV - 03.22 - Varshavskiy - Hazin - Rode - Right of Power of 1:35:09
|
||||||
|
https://www.youtube.com/watch?v=2DHHwqD7hzw
|
||||||
|
! advisor of III class
|
||||||
MaterikTV - 03.15 - Hazin - Gevorgyan - PU Decision - First we Need to Win 14:30 of 1:14:20
|
MaterikTV - 03.15 - Hazin - Gevorgyan - PU Decision - First we Need to Win 14:30 of 1:14:20
|
||||||
https://www.youtube.com/watch?v=YUnZ4Nmxtkc
|
https://www.youtube.com/watch?v=YUnZ4Nmxtkc
|
||||||
https://www.youtube.com/watch?v=vWm8P5mwVs0
|
https://www.youtube.com/watch?v=vWm8P5mwVs0
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
https://wearecommunity.io/events/stream-30/preview-talks
|
https://wearecommunity.io/events/stream-30
|
||||||
|
|
||||||
https://wearecommunity.io/events/learning-week-2023
|
https://wearecommunity.io/events/learning-week-2023
|
||||||
|
|
||||||
|
|||||||
37
pl/cross/api/openapi/gra-plugin.txt
Обычный файл
37
pl/cross/api/openapi/gra-plugin.txt
Обычный файл
@ -0,0 +1,37 @@
|
|||||||
|
plugins {
|
||||||
|
id 'org.openapi.generator' version '5.4.0'
|
||||||
|
}
|
||||||
|
compileJava.dependsOn('openApiGenerate')
|
||||||
|
|
||||||
|
openApiGenerate {
|
||||||
|
generatorName = "spring"
|
||||||
|
library = "spring-boot"
|
||||||
|
inputSpec.set("$rootDir/api-contract/some-file-1.1.1.yaml".toString())
|
||||||
|
outputDir.set("$projectDir".toString())
|
||||||
|
globalProperties = [
|
||||||
|
models : "",
|
||||||
|
modelDocs : "false",
|
||||||
|
apis : "",
|
||||||
|
supportingFiles: "false"
|
||||||
|
]
|
||||||
|
configOptions = [
|
||||||
|
useOptional : "true",
|
||||||
|
swaggerDocketConfig : "false",
|
||||||
|
performBeanValidation : "true",
|
||||||
|
useBeanValidation : "true",
|
||||||
|
useTags : "true",
|
||||||
|
singleContentTypes : "true",
|
||||||
|
basePackage : "some.package",
|
||||||
|
configPackage : "some.package",
|
||||||
|
title : rootProject.name,
|
||||||
|
java8 : "false",
|
||||||
|
dateLibrary : "java11",
|
||||||
|
serializableModel : "true",
|
||||||
|
artifactId : rootProject.name,
|
||||||
|
apiPackage : "some.package.generated.api",
|
||||||
|
modelPackage : "some.package.generated.dto",
|
||||||
|
invokerPackage : "some.package.invoker",
|
||||||
|
interfaceOnly : "true",
|
||||||
|
additionalModelTypeAnnotations: "@lombok.Builder\n@lombok.NoArgsConstructor\n@lombok.AllArgsConstructor\n@com.fasterxml.jackson.annotation.JsonInclude(com.fasterxml.jackson.annotation.JsonInclude.Include.NON_NULL)"
|
||||||
|
]
|
||||||
|
}
|
||||||
@ -1,4 +1,6 @@
|
|||||||
2024
|
2024
|
||||||
|
PointOfGather - Trotskaya - Masalovich - 03.25 - Logics and Knowledge of 32:37
|
||||||
|
https://www.youtube.com/watch?v=VPtZj62tWuo
|
||||||
PointOfGather - Trotskaya - Masalovich - 03.22 - Concurrent Wars of 43:28
|
PointOfGather - Trotskaya - Masalovich - 03.22 - Concurrent Wars of 43:28
|
||||||
https://www.youtube.com/watch?v=AsyIqzs-b9c
|
https://www.youtube.com/watch?v=AsyIqzs-b9c
|
||||||
PointOfGather - Pechenkin - Masalovich - Int Aquarium of 56:43
|
PointOfGather - Pechenkin - Masalovich - Int Aquarium of 56:43
|
||||||
|
|||||||
Загрузка…
x
Ссылка в новой задаче
Block a user