LuYong Chen

Results 10 comments of LuYong Chen

I'm seeing a recurrence of this issue. `Django==3.0.7`

我期望获取法币订单的订单记录,包括:买入、卖出、转入、转出

The derivation process has been verified by [iancoleman](https://iancoleman.io/bip39/#english) can be testing. BIP39 Mnemonic `avocado harsh input rack like desert mask nominee left atom original tower shy barely base` Account Extended...

Although they have the same path, the derived public key and private key are asymmetric, for example: ``` xprivate_key:m/44'/0'/0'/0/0 xpublic_key:m/44'/0'/0'/0/0 ``` Due to the hardening derivation, the expected symmetric results...

tks your opensource

是因为oauth升级,加了加密的模式。 但是我刚了解oauth,还未能解决该问题。非常希望博主能更新源码,适配目前spring版本。

``` java.lang.IllegalArgumentException: There is no PasswordEncoder mapped for the id "null" 2018-11-22 22:27:43.524 ERROR 11084 --- [nio-8080-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception...

pom.xml ``` 4.0.0 com.example demo 0.0.1-SNAPSHOT jar demo11221 Demo project for Spring Boot org.springframework.boot spring-boot-starter-parent 2.0.4.RELEASE UTF-8 UTF-8 1.8 org.springframework.boot spring-boot-starter-security 2.0.4.RELEASE org.springframework.boot spring-boot-starter-web 2.0.4.RELEASE org.springframework.security.oauth spring-security-oauth2 2.0.4.RELEASE org.springframework.boot spring-boot-starter-data-redis...

修正的pom.xml ```xml 4.0.0 com.example demo 0.0.1-SNAPSHOT jar demo11221 Demo project for Spring Boot org.springframework.boot spring-boot-starter-parent 2.0.4.RELEASE UTF-8 UTF-8 1.8 org.springframework.boot spring-boot-starter-security 2.0.14.RELEASE org.springframework.boot spring-boot-starter-web 2.0.4.RELEASE org.springframework.security.oauth spring-security-oauth2 2.0.4.RELEASE org.springframework.boot spring-boot-starter-data-redis...