mirror of
https://github.com/201206030/novel-cloud.git
synced 2025-06-24 05:56:38 +00:00
上传通用模块/代码生成模块/网关基础服务/监控基础服务/用户微服务
This commit is contained in:
BIN
novel-common/target/classes/META-INF/novel-common.kotlin_module
Normal file
BIN
novel-common/target/classes/META-INF/novel-common.kotlin_module
Normal file
Binary file not shown.
17
novel-common/target/classes/application-common.yml
Normal file
17
novel-common/target/classes/application-common.yml
Normal file
@ -0,0 +1,17 @@
|
||||
# 将所有数字转为 String 类型返回,避免前端数据精度丢失的问题
|
||||
jackson:
|
||||
generator:
|
||||
write-numbers-as-strings: true
|
||||
|
||||
|
||||
mybatis:
|
||||
configuration:
|
||||
#自动将数据库带下划线的表字段值映射到Java类的驼峰字段上
|
||||
map-underscore-to-camel-case: true
|
||||
mapper-locations: classpath*:mybatis/mapping/*.xml
|
||||
type-aliases-package: com.java2nb.novel.*.entity
|
||||
|
||||
logging:
|
||||
config: classpath:logback-boot.xml
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
novel-common/target/classes/com/java2nb/novel/common/cache/CacheKey.class
vendored
Normal file
BIN
novel-common/target/classes/com/java2nb/novel/common/cache/CacheKey.class
vendored
Normal file
Binary file not shown.
BIN
novel-common/target/classes/com/java2nb/novel/common/cache/CacheService.class
vendored
Normal file
BIN
novel-common/target/classes/com/java2nb/novel/common/cache/CacheService.class
vendored
Normal file
Binary file not shown.
BIN
novel-common/target/classes/com/java2nb/novel/common/cache/impl/RedisServiceImpl.class
vendored
Normal file
BIN
novel-common/target/classes/com/java2nb/novel/common/cache/impl/RedisServiceImpl.class
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user