SpringCloudConfig

############ 加密 ############

terminal > curl localhost:8380/encrypt -d656523
restClient > POST localhost:8380/encrypt?656523

############ 解密 ############

terminal > curl localhost:8380/decrypt -dAQAKrcWVi
restClient > POST localhost:8380/decrypt?AQBYj/TurEi1iF9g

你可能感兴趣的:(SpringCloudConfig)