Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
use variable
Browse files Browse the repository at this point in the history
  • Loading branch information
zh_yu committed Jan 23, 2019
1 parent 4d92df8 commit c11f323
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import java.util.concurrent.TimeUnit;

@Configuration
@EnableQmq(appCode = "qmq_test", metaServer = "http://127.0.0.1:8080/meta/address")
@EnableQmq(appCode = "${appCode}", metaServer = "${metaServer}")
public class BeanConfig {

@Bean
Expand Down

0 comments on commit c11f323

Please sign in to comment.