This is the spring security condfig
http .cors() .and() .csrf().disable() .authorizeRequests() .antMatchers(ignores).permitAll() .anyRequest().aut