File tree Expand file tree Collapse file tree
java/com/ctrip/framework/apollo/portal/spi/configuration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,5 +49,6 @@ Apollo 2.0.0
4949* [ Fix the potential data inconsistency issue] ( https://github.com/apolloconfig/apollo/pull/4256 )
5050* [ Fix the deleted items display issue in text mode] ( https://github.com/apolloconfig/apollo/pull/4279 )
5151* [ Upgrade spring boot to 2.6.6 and spring cloud to 2021.0.1] ( https://github.com/apolloconfig/apollo/pull/4295 )
52+ * [ Fix the apollo portal start failed issue] ( https://github.com/apolloconfig/apollo/pull/4298 )
5253------------------
5354All issues and pull requests are [ here] ( https://github.com/ctripcorp/apollo/milestone/8?closed=1 )
Original file line number Diff line number Diff line change 4949import org .springframework .boot .context .properties .EnableConfigurationProperties ;
5050import org .springframework .context .annotation .Bean ;
5151import org .springframework .context .annotation .Configuration ;
52+ import org .springframework .context .annotation .DependsOn ;
5253import org .springframework .context .annotation .Profile ;
5354import org .springframework .core .annotation .Order ;
5455import org .springframework .core .env .Environment ;
@@ -136,6 +137,7 @@ public static JdbcUserDetailsManager jdbcUserDetailsManager(PasswordEncoder pass
136137 }
137138
138139 @ Bean
140+ @ DependsOn ("jdbcUserDetailsManager" )
139141 @ ConditionalOnMissingBean (UserService .class )
140142 public UserService springSecurityUserService (PasswordEncoder passwordEncoder ,
141143 UserRepository userRepository , AuthorityRepository authorityRepository ) {
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ <h5>{{'Open.Manage.CreateThirdApp' | translate }}
5757 < small > {{'Open.Manage.ThirdAppIdTips' | translate }}</ small >
5858 </ div >
5959 < div class ="col-sm-1 ">
60- < button class ="btn btn-info " ng-click ="getTokenByAppId() "> 查询 </ button >
60+ < button class ="btn btn-info " ng-click ="getTokenByAppId() "> {{'Common.Search' | translate }} </ button >
6161 </ div >
6262 < div class ="col-sm-6 ">
6363 < h4 style ="color: red " ng-show ="consumerToken "
You can’t perform that action at this time.
0 commit comments