mirror of
https://github.com/TheWhiteDog9487/WebAPI.git
synced 2026-08-11 23:01:30 +08:00
支持在安装Systemd服务时通过环境变量读取Discord令牌
如果命令行参数存在,命令行参数的优先级仍然高于环境变量 另外,我不太理解为什么之前要对一个仅有唯一元素的List进行迭代
This commit is contained in:
+2
-2
@@ -8,7 +8,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "xyz.thewhitedog9487"
|
||||
version = "0.7.3"
|
||||
version = "0.7.4"
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
@@ -35,7 +35,7 @@ dependencies {
|
||||
implementation("org.springframework.boot:spring-boot-starter-webmvc")
|
||||
compileOnly("org.projectlombok:lombok")
|
||||
developmentOnly("org.springframework.boot:spring-boot-devtools")
|
||||
// developmentOnly("org.springframework.boot:spring-boot-docker-compose")
|
||||
developmentOnly("org.springframework.boot:spring-boot-docker-compose")
|
||||
runtimeOnly("org.xerial:sqlite-jdbc")
|
||||
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")
|
||||
annotationProcessor("org.projectlombok:lombok")
|
||||
|
||||
Reference in New Issue
Block a user