第三方免登录授权链接

nanfang_branch
kevin 4 years ago
parent 97f089761d
commit e0a949b785

@ -16,6 +16,7 @@ public class WebServiceConfig {
@Bean(name = Bus.DEFAULT_BUS_ID)
public SpringBus springBus() {
return new SpringBus();
}

@ -3,6 +3,8 @@ jdbc.url=jdbc\:mysql\://192.168.1.3\:3306/nanfang_hospital?useUnicode\=true&char
jdbc.username=root
jdbc.password=mamba1998
#hibernate config
hibernate.dialect = org.hibernate.dialect.MySQLDialect
hibernate.show_sql = true

Loading…
Cancel
Save