File tree Expand file tree Collapse file tree
application/src/main/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ spring:
2222 password : ENC(donQ3DazAc4/6B+NFSRdxw==)
2323 driver-class-name : com.mysql.cj.jdbc.Driver
2424
25+ # 关闭swagger认证
26+ knife4j :
27+ basic :
28+ enable : false
29+
2530# uni-boot-admin 配置
2631uni-boot :
2732 config :
Original file line number Diff line number Diff line change @@ -84,6 +84,14 @@ mybatis-plus:
8484 configuration :
8585 map-underscore-to-camel-case : true
8686
87+ # swagger配置
88+ knife4j :
89+ enable : true
90+ basic :
91+ enable : true
92+ username : dev
93+ password : dev123
94+
8795# log config
8896logging :
8997 file :
Original file line number Diff line number Diff line change 3434 <hutool .vsersion>5.8.0</hutool .vsersion>
3535 <guava .vsersion>31.0.1-jre</guava .vsersion>
3636 <vavr .vsersion>1.0.0-alpha-4</vavr .vsersion>
37- <knife4j .version>2.0.5 </knife4j .version>
37+ <knife4j .version>2.0.9 </knife4j .version>
3838 <mybatis .version>2.2.0</mybatis .version>
3939 <pagehelper .version>1.4.0</pagehelper .version>
4040 <mybatis-plus .version>3.5.1</mybatis-plus .version>
You can’t perform that action at this time.
0 commit comments