Latest Jira 7.x + create-jira-plugin&module with defaults = null uri

@acalantog @danielwester here is my project https://drive.google.com/file/d/1ocpnIlW_zrD5Q5eYRMqPIeSMEWA3zCPP/view?usp=sharing

can not access http://localhost:2990/jira/rest/businessObject/1.0/search/t

I tried Named and Scaned, but it can not find bean.

Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.atlassian.sal.api.user.UserManager] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {}

Looks like something missed in pom or in plugin xml, or some files.
Tried with <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:atlassian-scanner="http://www.atlassian.com/schema/atlassian-scanner" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd http://www.atlassian.com/schema/atlassian-scanner http://www.atlassian.com/schema/atlassian-scanner/atlassian-scanner.xsd"> <atlassian-scanner:scan-indexes/> </beans>
in resources/META-INF/spring/plugin-context.xml - same