在jhipster中没有独立前端和后端的社交登录

在jhipster中没有独立前端和后端的社交登录,jhipster,Jhipster,我正在尝试分离前端和后端的JHipster。我已经使用yojhipster:server和以下配置生成了后端: ? (1/16) What is the base name of your application? myapp ? (2/16) What is your default Java package name? com.package ? (3/16) Do you want to use the JHipster Registry to configure, monitor and

我正在尝试分离前端和后端的JHipster。我已经使用
yo
jhipster:server
和以下配置生成了后端:

? (1/16) What is the base name of your application? myapp
? (2/16) What is your default Java package name? com.package
? (3/16) Do you want to use the JHipster Registry to configure, monitor and scale your application? No
? (4/16) Which *type* of authentication would you like to use? JWT authentication (stateless, with a token)
? (5/16) Which *type* of database would you like to use? SQL (H2, MySQL, MariaDB, PostgreSQL, Oracle, MSSQL)
? (6/16) Which *production* database would you like to use? Microsoft SQL Server
? (7/16) Which *development* database would you like to use? H2 with disk-based persistence
? (8/16) Do you want to use Hibernate 2nd level cache? Yes, with ehcache (local cache, for a single node)
? (9/16) Would you like to use Maven or Gradle for building the backend? Maven
? (10/16) Which other technologies would you like to use? Social login (Google, Facebook, Twitter), API first development using swagger-codegen
? (11/16) Would you like to enable internationalization support? Yes
? Please choose the native language of the application Portuguese (Brazilian)
? Please choose additional languages to install English
由于我在生成应用程序时选择了社交登录选项,因此google和facebook登录的依赖项位于我的
pom.xml
中,并且我已经将
客户端id
客户端机密
添加到
应用程序.yml

我可以使用预先创建的用户登录:admin和user。但是社交登录不见了。 也许可以这样说,当我创建一个应用程序而不将后端和前端分离(只需运行jhipster)时,社交登录就可以正常工作