GitBucket
4.23.0
Toggle navigation
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
yn-bftl-byx
/
thirdparty
Browse code
修改配置
master
1 parent
8ace134
commit
15c57e055faecd242bb92df43030d93635b6b2b5
steven
authored
on 18 Dec
Patch
Showing
1 changed file
src/main/java/com/yn/bftl/thirdparty/config/U8Properties.java
Ignore Space
Show notes
View
src/main/java/com/yn/bftl/thirdparty/config/U8Properties.java
package com.yn.bftl.thirdparty.config; import lombok.Data; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.stereotype.Component; @Data @ConfigurationProperties(prefix = "u8") @Component public class U8Properties { private String whiteIp; }
package com.yn.bftl.thirdparty.config; import lombok.Data; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.stereotype.Component; @Data @ConfigurationProperties(prefix = "debang") @Component public class U8Properties { private String whiteIp; }
Show line notes below