Skip to content

archx/spring-boot-kotlin-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Kotlin Example

Gradle 配置

代理配置

当内网环境需要代理时,在项目根目录添加文件 gradle.properties

systemProp.http.proxyHost=10.168.17.70
systemProp.http.proxyPort=808
systemProp.http.nonProxyHosts=10.*|localhost
systemProp.https.proxyHost=10.168.17.70
systemProp.https.proxyPort=808
systemProp.https.nonProxyHosts=10.*|localhost

About

spring boot kotlin example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages