mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-10 01:43:45 +08:00
优化entityFactory
This commit is contained in:
@@ -35,7 +35,6 @@ import org.springframework.boot.CommandLineRunner;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean;
|
||||
import org.springframework.boot.context.TypeExcludeFilter;
|
||||
import org.springframework.context.annotation.*;
|
||||
import org.springframework.jdbc.datasource.DataSourceUtils;
|
||||
|
||||
|
||||
@@ -11,4 +11,10 @@ spring:
|
||||
hsweb:
|
||||
app:
|
||||
name: hsweb示例
|
||||
version: 3.0.0
|
||||
version: 3.0.0
|
||||
entity:
|
||||
mappings:
|
||||
- source-base-package: org.hswebframework.web.entity.authorization
|
||||
target-base-package: org.hswebframework.web.entity.authorization
|
||||
mapping:
|
||||
UserEntity: SimpleUserEntity
|
||||
Reference in New Issue
Block a user