diff --git a/novel-book/pom.xml b/novel-book/pom.xml deleted file mode 100644 index b5806e6..0000000 --- a/novel-book/pom.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - novel-cloud - com.java2nb.novel - 1.0.0 - - 4.0.0 - - novel-book - - - \ No newline at end of file diff --git a/novel-cloud.iml b/novel-cloud.iml deleted file mode 100644 index 602580b..0000000 --- a/novel-cloud.iml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/novel-common/novel-common.iml b/novel-common/novel-common.iml deleted file mode 100644 index 1a8572d..0000000 --- a/novel-common/novel-common.iml +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/novel-common/target/classes/META-INF/novel-common.kotlin_module b/novel-common/target/classes/META-INF/novel-common.kotlin_module deleted file mode 100644 index a49347a..0000000 Binary files a/novel-common/target/classes/META-INF/novel-common.kotlin_module and /dev/null differ diff --git a/novel-common/target/classes/application-common.yml b/novel-common/target/classes/application-common.yml deleted file mode 100644 index eb8ca09..0000000 --- a/novel-common/target/classes/application-common.yml +++ /dev/null @@ -1,17 +0,0 @@ -# 将所有数字转为 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 - - diff --git a/novel-common/target/classes/com/java2nb/novel/common/base/BaseController.class b/novel-common/target/classes/com/java2nb/novel/common/base/BaseController.class deleted file mode 100644 index 970e72a..0000000 Binary files a/novel-common/target/classes/com/java2nb/novel/common/base/BaseController.class and /dev/null differ diff --git a/novel-common/target/classes/com/java2nb/novel/common/bean/PageBean.class b/novel-common/target/classes/com/java2nb/novel/common/bean/PageBean.class deleted file mode 100644 index d9ea0d1..0000000 Binary files a/novel-common/target/classes/com/java2nb/novel/common/bean/PageBean.class and /dev/null differ diff --git a/novel-common/target/classes/com/java2nb/novel/common/bean/ResultBean.class b/novel-common/target/classes/com/java2nb/novel/common/bean/ResultBean.class deleted file mode 100644 index bd2c0d5..0000000 Binary files a/novel-common/target/classes/com/java2nb/novel/common/bean/ResultBean.class and /dev/null differ diff --git a/novel-common/target/classes/com/java2nb/novel/common/bean/UserDetails.class b/novel-common/target/classes/com/java2nb/novel/common/bean/UserDetails.class deleted file mode 100644 index bb3e80f..0000000 Binary files a/novel-common/target/classes/com/java2nb/novel/common/bean/UserDetails.class and /dev/null differ diff --git a/novel-common/target/classes/com/java2nb/novel/common/cache/CacheKey.class b/novel-common/target/classes/com/java2nb/novel/common/cache/CacheKey.class deleted file mode 100644 index 4080d3a..0000000 Binary files a/novel-common/target/classes/com/java2nb/novel/common/cache/CacheKey.class and /dev/null differ diff --git a/novel-common/target/classes/com/java2nb/novel/common/cache/CacheService.class b/novel-common/target/classes/com/java2nb/novel/common/cache/CacheService.class deleted file mode 100644 index 392d3ca..0000000 Binary files a/novel-common/target/classes/com/java2nb/novel/common/cache/CacheService.class and /dev/null differ diff --git a/novel-common/target/classes/com/java2nb/novel/common/cache/impl/RedisServiceImpl.class b/novel-common/target/classes/com/java2nb/novel/common/cache/impl/RedisServiceImpl.class deleted file mode 100644 index c0001ef..0000000 Binary files a/novel-common/target/classes/com/java2nb/novel/common/cache/impl/RedisServiceImpl.class and /dev/null differ diff --git a/novel-common/target/classes/com/java2nb/novel/common/config/Swagger2Config.class b/novel-common/target/classes/com/java2nb/novel/common/config/Swagger2Config.class deleted file mode 100644 index 6b39f61..0000000 Binary files a/novel-common/target/classes/com/java2nb/novel/common/config/Swagger2Config.class and /dev/null differ diff --git a/novel-common/target/classes/com/java2nb/novel/common/enums/ResponseStatus.class b/novel-common/target/classes/com/java2nb/novel/common/enums/ResponseStatus.class deleted file mode 100644 index 3c256e6..0000000 Binary files a/novel-common/target/classes/com/java2nb/novel/common/enums/ResponseStatus.class and /dev/null differ diff --git a/novel-common/target/classes/com/java2nb/novel/common/exception/BusinessException.class b/novel-common/target/classes/com/java2nb/novel/common/exception/BusinessException.class deleted file mode 100644 index 33cf9db..0000000 Binary files a/novel-common/target/classes/com/java2nb/novel/common/exception/BusinessException.class and /dev/null differ diff --git a/novel-common/target/classes/com/java2nb/novel/common/exception/CommonExceptionHandler.class b/novel-common/target/classes/com/java2nb/novel/common/exception/CommonExceptionHandler.class deleted file mode 100644 index 3670f04..0000000 Binary files a/novel-common/target/classes/com/java2nb/novel/common/exception/CommonExceptionHandler.class and /dev/null differ diff --git a/novel-common/target/classes/com/java2nb/novel/common/utils/BeanUtil.class b/novel-common/target/classes/com/java2nb/novel/common/utils/BeanUtil.class deleted file mode 100644 index 5ff8eda..0000000 Binary files a/novel-common/target/classes/com/java2nb/novel/common/utils/BeanUtil.class and /dev/null differ diff --git a/novel-common/target/classes/com/java2nb/novel/common/utils/CookieUtil.class b/novel-common/target/classes/com/java2nb/novel/common/utils/CookieUtil.class deleted file mode 100644 index be70c42..0000000 Binary files a/novel-common/target/classes/com/java2nb/novel/common/utils/CookieUtil.class and /dev/null differ diff --git a/novel-common/target/classes/com/java2nb/novel/common/utils/FileUtil.class b/novel-common/target/classes/com/java2nb/novel/common/utils/FileUtil.class deleted file mode 100644 index 2b65e2c..0000000 Binary files a/novel-common/target/classes/com/java2nb/novel/common/utils/FileUtil.class and /dev/null differ diff --git a/novel-common/target/classes/com/java2nb/novel/common/utils/HttpUtil.class b/novel-common/target/classes/com/java2nb/novel/common/utils/HttpUtil.class deleted file mode 100644 index 34d6612..0000000 Binary files a/novel-common/target/classes/com/java2nb/novel/common/utils/HttpUtil.class and /dev/null differ diff --git a/novel-common/target/classes/com/java2nb/novel/common/utils/IdWorker.class b/novel-common/target/classes/com/java2nb/novel/common/utils/IdWorker.class deleted file mode 100644 index 50129f9..0000000 Binary files a/novel-common/target/classes/com/java2nb/novel/common/utils/IdWorker.class and /dev/null differ diff --git a/novel-common/target/classes/com/java2nb/novel/common/utils/IpUtil.class b/novel-common/target/classes/com/java2nb/novel/common/utils/IpUtil.class deleted file mode 100644 index 9b34cb9..0000000 Binary files a/novel-common/target/classes/com/java2nb/novel/common/utils/IpUtil.class and /dev/null differ diff --git a/novel-common/target/classes/com/java2nb/novel/common/utils/JwtTokenUtil.class b/novel-common/target/classes/com/java2nb/novel/common/utils/JwtTokenUtil.class deleted file mode 100644 index b93df22..0000000 Binary files a/novel-common/target/classes/com/java2nb/novel/common/utils/JwtTokenUtil.class and /dev/null differ diff --git a/novel-common/target/classes/com/java2nb/novel/common/utils/MD5Util.class b/novel-common/target/classes/com/java2nb/novel/common/utils/MD5Util.class deleted file mode 100644 index d51c749..0000000 Binary files a/novel-common/target/classes/com/java2nb/novel/common/utils/MD5Util.class and /dev/null differ diff --git a/novel-common/target/classes/com/java2nb/novel/common/utils/RandomBookInfoUtil.class b/novel-common/target/classes/com/java2nb/novel/common/utils/RandomBookInfoUtil.class deleted file mode 100644 index 9cb6586..0000000 Binary files a/novel-common/target/classes/com/java2nb/novel/common/utils/RandomBookInfoUtil.class and /dev/null differ diff --git a/novel-common/target/classes/com/java2nb/novel/common/utils/RandomValidateCodeUtil.class b/novel-common/target/classes/com/java2nb/novel/common/utils/RandomValidateCodeUtil.class deleted file mode 100644 index 7053d12..0000000 Binary files a/novel-common/target/classes/com/java2nb/novel/common/utils/RandomValidateCodeUtil.class and /dev/null differ diff --git a/novel-common/target/classes/com/java2nb/novel/common/utils/RestTemplateUtil.class b/novel-common/target/classes/com/java2nb/novel/common/utils/RestTemplateUtil.class deleted file mode 100644 index 333fe6e..0000000 Binary files a/novel-common/target/classes/com/java2nb/novel/common/utils/RestTemplateUtil.class and /dev/null differ diff --git a/novel-common/target/classes/com/java2nb/novel/common/utils/SpringUtil.class b/novel-common/target/classes/com/java2nb/novel/common/utils/SpringUtil.class deleted file mode 100644 index 5033fce..0000000 Binary files a/novel-common/target/classes/com/java2nb/novel/common/utils/SpringUtil.class and /dev/null differ diff --git a/novel-common/target/classes/com/java2nb/novel/common/utils/StringUtil.class b/novel-common/target/classes/com/java2nb/novel/common/utils/StringUtil.class deleted file mode 100644 index 5d64434..0000000 Binary files a/novel-common/target/classes/com/java2nb/novel/common/utils/StringUtil.class and /dev/null differ diff --git a/novel-common/target/classes/com/java2nb/novel/common/utils/ThreadUtil.class b/novel-common/target/classes/com/java2nb/novel/common/utils/ThreadUtil.class deleted file mode 100644 index 3be3685..0000000 Binary files a/novel-common/target/classes/com/java2nb/novel/common/utils/ThreadUtil.class and /dev/null differ diff --git a/novel-common/target/classes/com/java2nb/novel/common/utils/UUIDUtil.class b/novel-common/target/classes/com/java2nb/novel/common/utils/UUIDUtil.class deleted file mode 100644 index b4ea84c..0000000 Binary files a/novel-common/target/classes/com/java2nb/novel/common/utils/UUIDUtil.class and /dev/null differ diff --git a/novel-common/target/maven-archiver/pom.properties b/novel-common/target/maven-archiver/pom.properties deleted file mode 100644 index e6377ef..0000000 --- a/novel-common/target/maven-archiver/pom.properties +++ /dev/null @@ -1,3 +0,0 @@ -version=1.0.0 -groupId=com.java2nb.novel -artifactId=novel-common diff --git a/novel-common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/novel-common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst deleted file mode 100644 index 00331cc..0000000 --- a/novel-common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ /dev/null @@ -1,25 +0,0 @@ -com/java2nb/common/enums/ResponseStatus.class -com/java2nb/common/cache/CacheService.class -com/java2nb/common/utils/RandomValidateCodeUtil.class -com/java2nb/common/utils/JwtTokenUtil.class -com/java2nb/common/utils/BeanUtil.class -com/java2nb/common/base/BaseController.class -com/java2nb/common/utils/ThreadUtil.class -com/java2nb/common/utils/UUIDUtil.class -com/java2nb/common/cache/CacheKey.class -com/java2nb/common/utils/StringUtil.class -com/java2nb/common/utils/RestTemplateUtil.class -com/java2nb/common/bean/ResultBean.class -com/java2nb/common/cache/impl/RedisServiceImpl.class -com/java2nb/common/bean/PageBean.class -com/java2nb/common/exception/CommonExceptionHandler.class -com/java2nb/common/utils/SpringUtil.class -com/java2nb/common/utils/RandomBookInfoUtil.class -com/java2nb/common/utils/IdWorker.class -com/java2nb/common/exception/BusinessException.class -com/java2nb/common/utils/HttpUtil.class -com/java2nb/common/bean/UserDetails.class -com/java2nb/common/utils/CookieUtil.class -com/java2nb/common/utils/MD5Util.class -com/java2nb/common/utils/FileUtil.class -com/java2nb/common/utils/IpUtil.class diff --git a/novel-common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/novel-common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index 593bb90..0000000 --- a/novel-common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +++ /dev/null @@ -1,21 +0,0 @@ -/Users/xiongxiaoyang/java/novel-cloud/novel-common/src/main/java/com/java2nb/novel/common/utils/FileUtil.java -/Users/xiongxiaoyang/java/novel-cloud/novel-common/src/main/java/com/java2nb/novel/common/utils/IdWorker.java -/Users/xiongxiaoyang/java/novel-cloud/novel-common/src/main/java/com/java2nb/novel/common/utils/HttpUtil.java -/Users/xiongxiaoyang/java/novel-cloud/novel-common/src/main/java/com/java2nb/novel/common/cache/CacheService.java -/Users/xiongxiaoyang/java/novel-cloud/novel-common/src/main/java/com/java2nb/novel/common/utils/BeanUtil.java -/Users/xiongxiaoyang/java/novel-cloud/novel-common/src/main/java/com/java2nb/novel/common/utils/StringUtil.java -/Users/xiongxiaoyang/java/novel-cloud/novel-common/src/main/java/com/java2nb/novel/common/cache/CacheKey.java -/Users/xiongxiaoyang/java/novel-cloud/novel-common/src/main/java/com/java2nb/novel/common/exception/BusinessException.java -/Users/xiongxiaoyang/java/novel-cloud/novel-common/src/main/java/com/java2nb/novel/common/utils/RandomBookInfoUtil.java -/Users/xiongxiaoyang/java/novel-cloud/novel-common/src/main/java/com/java2nb/novel/common/utils/SpringUtil.java -/Users/xiongxiaoyang/java/novel-cloud/novel-common/src/main/java/com/java2nb/novel/common/utils/MD5Util.java -/Users/xiongxiaoyang/java/novel-cloud/novel-common/src/main/java/com/java2nb/novel/common/utils/IpUtil.java -/Users/xiongxiaoyang/java/novel-cloud/novel-common/src/main/java/com/java2nb/novel/common/bean/ResultBean.java -/Users/xiongxiaoyang/java/novel-cloud/novel-common/src/main/java/com/java2nb/novel/common/utils/RandomValidateCodeUtil.java -/Users/xiongxiaoyang/java/novel-cloud/novel-common/src/main/java/com/java2nb/novel/common/utils/ThreadUtil.java -/Users/xiongxiaoyang/java/novel-cloud/novel-common/src/main/java/com/java2nb/novel/common/cache/impl/RedisServiceImpl.java -/Users/xiongxiaoyang/java/novel-cloud/novel-common/src/main/java/com/java2nb/novel/common/exception/CommonExceptionHandler.java -/Users/xiongxiaoyang/java/novel-cloud/novel-common/src/main/java/com/java2nb/novel/common/bean/PageBean.java -/Users/xiongxiaoyang/java/novel-cloud/novel-common/src/main/java/com/java2nb/novel/common/utils/RestTemplateUtil.java -/Users/xiongxiaoyang/java/novel-cloud/novel-common/src/main/java/com/java2nb/novel/common/enums/ResponseStatus.java -/Users/xiongxiaoyang/java/novel-cloud/novel-common/src/main/java/com/java2nb/novel/common/utils/UUIDUtil.java diff --git a/novel-common/target/novel-common-1.0.0.jar b/novel-common/target/novel-common-1.0.0.jar deleted file mode 100644 index f200da5..0000000 Binary files a/novel-common/target/novel-common-1.0.0.jar and /dev/null differ diff --git a/novel-gateway/novel-gateway.iml b/novel-gateway/novel-gateway.iml deleted file mode 100644 index d2be6aa..0000000 --- a/novel-gateway/novel-gateway.iml +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/novel-gateway/target/classes/bootstrap.yml b/novel-gateway/target/classes/bootstrap.yml deleted file mode 100644 index 5046612..0000000 --- a/novel-gateway/target/classes/bootstrap.yml +++ /dev/null @@ -1,10 +0,0 @@ -spring: - application: - name: novel-gateway - cloud: - nacos: - config: - server-addr: 47.106.243.172:8848 - file-extension: yml - group: dev - namespace: 99be05ee-edf9-4fd3-99b8-9cc68d11f049 diff --git a/novel-gateway/target/classes/com/java2nb/novel/gateway/GatewayApplication.class b/novel-gateway/target/classes/com/java2nb/novel/gateway/GatewayApplication.class deleted file mode 100644 index 5787141..0000000 Binary files a/novel-gateway/target/classes/com/java2nb/novel/gateway/GatewayApplication.class and /dev/null differ diff --git a/novel-gateway/target/classes/com/java2nb/novel/gateway/config/NovelCorsConfig.class b/novel-gateway/target/classes/com/java2nb/novel/gateway/config/NovelCorsConfig.class deleted file mode 100644 index 09f671a..0000000 Binary files a/novel-gateway/target/classes/com/java2nb/novel/gateway/config/NovelCorsConfig.class and /dev/null differ diff --git a/novel-gateway/target/maven-archiver/pom.properties b/novel-gateway/target/maven-archiver/pom.properties deleted file mode 100644 index 5bc5008..0000000 --- a/novel-gateway/target/maven-archiver/pom.properties +++ /dev/null @@ -1,3 +0,0 @@ -version=1.0.0 -groupId=com.java2nb.novel -artifactId=novel-gateway diff --git a/novel-gateway/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/novel-gateway/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst deleted file mode 100644 index e69de29..0000000 diff --git a/novel-gateway/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/novel-gateway/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index 33972df..0000000 --- a/novel-gateway/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +++ /dev/null @@ -1,2 +0,0 @@ -/Users/xiongxiaoyang/java/novel-cloud/novel-gateway/src/main/java/com/java2nb/novel/gateway/config/NovelCorsConfig.java -/Users/xiongxiaoyang/java/novel-cloud/novel-gateway/src/main/java/com/java2nb/novel/gateway/GatewayApplication.java diff --git a/novel-gateway/target/novel-gateway-1.0.0.jar b/novel-gateway/target/novel-gateway-1.0.0.jar deleted file mode 100644 index 075a132..0000000 Binary files a/novel-gateway/target/novel-gateway-1.0.0.jar and /dev/null differ diff --git a/novel-gen/novel-gen.iml b/novel-gen/novel-gen.iml deleted file mode 100644 index acd0ee8..0000000 --- a/novel-gen/novel-gen.iml +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/novel-gen/target/classes/META-INF/novel-gen.kotlin_module b/novel-gen/target/classes/META-INF/novel-gen.kotlin_module deleted file mode 100644 index a49347a..0000000 Binary files a/novel-gen/target/classes/META-INF/novel-gen.kotlin_module and /dev/null differ diff --git a/novel-gen/target/classes/com/java2nb/novel/gen/CommentGenerator.class b/novel-gen/target/classes/com/java2nb/novel/gen/CommentGenerator.class deleted file mode 100644 index 3349326..0000000 Binary files a/novel-gen/target/classes/com/java2nb/novel/gen/CommentGenerator.class and /dev/null differ diff --git a/novel-gen/target/classes/com/java2nb/novel/gen/Generator.class b/novel-gen/target/classes/com/java2nb/novel/gen/Generator.class deleted file mode 100644 index 94006a0..0000000 Binary files a/novel-gen/target/classes/com/java2nb/novel/gen/Generator.class and /dev/null differ diff --git a/novel-gen/target/classes/mybatis/generatorConfig.xml b/novel-gen/target/classes/mybatis/generatorConfig.xml deleted file mode 100644 index fd1a9a3..0000000 --- a/novel-gen/target/classes/mybatis/generatorConfig.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/novel-gen/target/classes/mybatis/mapping/UserMapper.xml b/novel-gen/target/classes/mybatis/mapping/UserMapper.xml deleted file mode 100644 index 8331096..0000000 --- a/novel-gen/target/classes/mybatis/mapping/UserMapper.xml +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - and ${criterion.condition} - - - and ${criterion.condition} #{criterion.value} - - - and ${criterion.condition} #{criterion.value} and #{criterion.secondValue} - - - and ${criterion.condition} - - #{listItem} - - - - - - - - - - - - - - - - - - and ${criterion.condition} - - - and ${criterion.condition} #{criterion.value} - - - and ${criterion.condition} #{criterion.value} and #{criterion.secondValue} - - - and ${criterion.condition} - - #{listItem} - - - - - - - - - - - id, username, password, nick_name, user_photo, user_sex, account_balance, status, - create_time, update_time - - - - - delete from user - where id = #{id,jdbcType=BIGINT} - - - delete from user - - - - - - insert into user (id, username, password, - nick_name, user_photo, user_sex, - account_balance, status, create_time, - update_time) - values (#{id,jdbcType=BIGINT}, #{username,jdbcType=VARCHAR}, #{password,jdbcType=VARCHAR}, - #{nickName,jdbcType=VARCHAR}, #{userPhoto,jdbcType=VARCHAR}, #{userSex,jdbcType=TINYINT}, - #{accountBalance,jdbcType=BIGINT}, #{status,jdbcType=TINYINT}, #{createTime,jdbcType=TIMESTAMP}, - #{updateTime,jdbcType=TIMESTAMP}) - - - insert into user - - - id, - - - username, - - - password, - - - nick_name, - - - user_photo, - - - user_sex, - - - account_balance, - - - status, - - - create_time, - - - update_time, - - - - - #{id,jdbcType=BIGINT}, - - - #{username,jdbcType=VARCHAR}, - - - #{password,jdbcType=VARCHAR}, - - - #{nickName,jdbcType=VARCHAR}, - - - #{userPhoto,jdbcType=VARCHAR}, - - - #{userSex,jdbcType=TINYINT}, - - - #{accountBalance,jdbcType=BIGINT}, - - - #{status,jdbcType=TINYINT}, - - - #{createTime,jdbcType=TIMESTAMP}, - - - #{updateTime,jdbcType=TIMESTAMP}, - - - - - - update user - - - id = #{record.id,jdbcType=BIGINT}, - - - username = #{record.username,jdbcType=VARCHAR}, - - - password = #{record.password,jdbcType=VARCHAR}, - - - nick_name = #{record.nickName,jdbcType=VARCHAR}, - - - user_photo = #{record.userPhoto,jdbcType=VARCHAR}, - - - user_sex = #{record.userSex,jdbcType=TINYINT}, - - - account_balance = #{record.accountBalance,jdbcType=BIGINT}, - - - status = #{record.status,jdbcType=TINYINT}, - - - create_time = #{record.createTime,jdbcType=TIMESTAMP}, - - - update_time = #{record.updateTime,jdbcType=TIMESTAMP}, - - - - - - - - update user - set id = #{record.id,jdbcType=BIGINT}, - username = #{record.username,jdbcType=VARCHAR}, - password = #{record.password,jdbcType=VARCHAR}, - nick_name = #{record.nickName,jdbcType=VARCHAR}, - user_photo = #{record.userPhoto,jdbcType=VARCHAR}, - user_sex = #{record.userSex,jdbcType=TINYINT}, - account_balance = #{record.accountBalance,jdbcType=BIGINT}, - status = #{record.status,jdbcType=TINYINT}, - create_time = #{record.createTime,jdbcType=TIMESTAMP}, - update_time = #{record.updateTime,jdbcType=TIMESTAMP} - - - - - - update user - - - username = #{username,jdbcType=VARCHAR}, - - - password = #{password,jdbcType=VARCHAR}, - - - nick_name = #{nickName,jdbcType=VARCHAR}, - - - user_photo = #{userPhoto,jdbcType=VARCHAR}, - - - user_sex = #{userSex,jdbcType=TINYINT}, - - - account_balance = #{accountBalance,jdbcType=BIGINT}, - - - status = #{status,jdbcType=TINYINT}, - - - create_time = #{createTime,jdbcType=TIMESTAMP}, - - - update_time = #{updateTime,jdbcType=TIMESTAMP}, - - - where id = #{id,jdbcType=BIGINT} - - - update user - set username = #{username,jdbcType=VARCHAR}, - password = #{password,jdbcType=VARCHAR}, - nick_name = #{nickName,jdbcType=VARCHAR}, - user_photo = #{userPhoto,jdbcType=VARCHAR}, - user_sex = #{userSex,jdbcType=TINYINT}, - account_balance = #{accountBalance,jdbcType=BIGINT}, - status = #{status,jdbcType=TINYINT}, - create_time = #{createTime,jdbcType=TIMESTAMP}, - update_time = #{updateTime,jdbcType=TIMESTAMP} - where id = #{id,jdbcType=BIGINT} - - \ No newline at end of file diff --git a/novel-monitor/novel-monitor.iml b/novel-monitor/novel-monitor.iml deleted file mode 100644 index c402448..0000000 --- a/novel-monitor/novel-monitor.iml +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/novel-monitor/target/classes/META-INF/novel-monitor.kotlin_module b/novel-monitor/target/classes/META-INF/novel-monitor.kotlin_module deleted file mode 100644 index a49347a..0000000 Binary files a/novel-monitor/target/classes/META-INF/novel-monitor.kotlin_module and /dev/null differ diff --git a/novel-monitor/target/classes/aa.xml b/novel-monitor/target/classes/aa.xml deleted file mode 100644 index fee6e8b..0000000 --- a/novel-monitor/target/classes/aa.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - - /Users/xiongxiaoyang/maven/repository - - - - nexus-aliyun - * - Nexus aliyun - http://maven.aliyun.com/nexus/content/groups/public - - - - - osc - * - http://maven.oschina.net/content/groups/public/ - - - - repo2 - central - Human Readable Name for this Mirror. - http://repo2.maven.org/maven2/ - - - - net-cn - central - Human Readable Name for this Mirror. - http://maven.net.cn/content/groups/public/ - - - - ui - central - Human Readable Name for this Mirror. - http://uk.maven.org/maven2/ - - - - ibiblio - central - Human Readable Name for this Mirror. - http://mirrors.ibiblio.org/pub/mirrors/maven2/ - - - - jboss-public-repository-group - central - JBoss Public Repository Group - http://repository.jboss.org/nexus/content/groups/public - - - - JBossJBPM - central - JBossJBPM Repository - https://repository.jboss.org/nexus/content/repositories/releases/ - - - - - - diff --git a/novel-monitor/target/classes/bootstrap.yml b/novel-monitor/target/classes/bootstrap.yml deleted file mode 100644 index 64f889b..0000000 --- a/novel-monitor/target/classes/bootstrap.yml +++ /dev/null @@ -1,10 +0,0 @@ -spring: - application: - name: novel-monitor - cloud: - nacos: - config: - server-addr: 47.106.243.172:8848 - file-extension: yml - group: dev - namespace: af61b0e1-4581-4d1e-a04b-efe55137a0b1 diff --git a/novel-monitor/target/classes/com/java2nb/novel/monitor/NovelMonitorApplication.class b/novel-monitor/target/classes/com/java2nb/novel/monitor/NovelMonitorApplication.class deleted file mode 100644 index d8b60ef..0000000 Binary files a/novel-monitor/target/classes/com/java2nb/novel/monitor/NovelMonitorApplication.class and /dev/null differ diff --git a/novel-monitor/target/classes/com/java2nb/novel/monitor/config/SecuritySecureConfig.class b/novel-monitor/target/classes/com/java2nb/novel/monitor/config/SecuritySecureConfig.class deleted file mode 100644 index 3e0aa8f..0000000 Binary files a/novel-monitor/target/classes/com/java2nb/novel/monitor/config/SecuritySecureConfig.class and /dev/null differ diff --git a/novel-monitor/target/maven-archiver/pom.properties b/novel-monitor/target/maven-archiver/pom.properties deleted file mode 100644 index 7135eba..0000000 --- a/novel-monitor/target/maven-archiver/pom.properties +++ /dev/null @@ -1,3 +0,0 @@ -version=1.0.0 -groupId=com.java2nb.novel -artifactId=novel-monitor diff --git a/novel-monitor/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/novel-monitor/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst deleted file mode 100644 index 69b6c5c..0000000 --- a/novel-monitor/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ /dev/null @@ -1,2 +0,0 @@ -com/java2nb/novel/monitor/NovelMonitorApplication.class -com/java2nb/novel/monitor/config/SecuritySecureConfig.class diff --git a/novel-monitor/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/novel-monitor/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index d25e84d..0000000 --- a/novel-monitor/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +++ /dev/null @@ -1 +0,0 @@ -/Users/xiongxiaoyang/java/novel-cloud/novel-monitor/src/main/java/com/java2nb/novel/monitor/NovelMonitorApplication.java diff --git a/novel-monitor/target/novel-monitor-1.0.0.jar b/novel-monitor/target/novel-monitor-1.0.0.jar deleted file mode 100644 index b4509bd..0000000 Binary files a/novel-monitor/target/novel-monitor-1.0.0.jar and /dev/null differ diff --git a/novel-user/novel-user.iml b/novel-user/novel-user.iml deleted file mode 100644 index 40046b6..0000000 --- a/novel-user/novel-user.iml +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/novel-user/user-api/target/classes/com/java2nb/novel/user/api/UserApi.class b/novel-user/user-api/target/classes/com/java2nb/novel/user/api/UserApi.class deleted file mode 100644 index 9ee2d64..0000000 Binary files a/novel-user/user-api/target/classes/com/java2nb/novel/user/api/UserApi.class and /dev/null differ diff --git a/novel-user/user-api/target/classes/com/java2nb/novel/user/entity/User.class b/novel-user/user-api/target/classes/com/java2nb/novel/user/entity/User.class deleted file mode 100644 index 01fb69f..0000000 Binary files a/novel-user/user-api/target/classes/com/java2nb/novel/user/entity/User.class and /dev/null differ diff --git a/novel-user/user-api/user-api.iml b/novel-user/user-api/user-api.iml deleted file mode 100644 index b6e641f..0000000 --- a/novel-user/user-api/user-api.iml +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/novel-user/user-service/target/classes/META-INF/user-service.kotlin_module b/novel-user/user-service/target/classes/META-INF/user-service.kotlin_module deleted file mode 100644 index a49347a..0000000 Binary files a/novel-user/user-service/target/classes/META-INF/user-service.kotlin_module and /dev/null differ diff --git a/novel-user/user-service/target/classes/application.yml b/novel-user/user-service/target/classes/application.yml deleted file mode 100644 index 42c2133..0000000 --- a/novel-user/user-service/target/classes/application.yml +++ /dev/null @@ -1,8 +0,0 @@ -spring: - profiles: - include: [common] - - cloud: - nacos: - discovery: - server-addr: 47.106.243.172:8848 \ No newline at end of file diff --git a/novel-user/user-service/target/classes/bootstrap.yml b/novel-user/user-service/target/classes/bootstrap.yml deleted file mode 100644 index 5e1e1ef..0000000 --- a/novel-user/user-service/target/classes/bootstrap.yml +++ /dev/null @@ -1,10 +0,0 @@ -spring: - application: - name: user-service - cloud: - nacos: - config: - server-addr: 47.106.243.172:8848 - file-extension: yml - group: dev - namespace: a77986d7-c528-4367-afcb-7b9efee75564 diff --git a/novel-user/user-service/target/classes/com/java2nb/novel/UserApplication.class b/novel-user/user-service/target/classes/com/java2nb/novel/UserApplication.class deleted file mode 100644 index 67a719d..0000000 Binary files a/novel-user/user-service/target/classes/com/java2nb/novel/UserApplication.class and /dev/null differ diff --git a/novel-user/user-service/target/classes/com/java2nb/novel/user/controller/UserController.class b/novel-user/user-service/target/classes/com/java2nb/novel/user/controller/UserController.class deleted file mode 100644 index fd7345c..0000000 Binary files a/novel-user/user-service/target/classes/com/java2nb/novel/user/controller/UserController.class and /dev/null differ diff --git a/novel-user/user-service/target/classes/com/java2nb/novel/user/controller/api/UserApi.class b/novel-user/user-service/target/classes/com/java2nb/novel/user/controller/api/UserApi.class deleted file mode 100644 index 3bab441..0000000 Binary files a/novel-user/user-service/target/classes/com/java2nb/novel/user/controller/api/UserApi.class and /dev/null differ diff --git a/novel-user/user-service/target/classes/com/java2nb/novel/user/form/UserForm.class b/novel-user/user-service/target/classes/com/java2nb/novel/user/form/UserForm.class deleted file mode 100644 index 2408c44..0000000 Binary files a/novel-user/user-service/target/classes/com/java2nb/novel/user/form/UserForm.class and /dev/null differ diff --git a/novel-user/user-service/target/classes/com/java2nb/novel/user/mapper/UserDynamicSqlSupport$User.class b/novel-user/user-service/target/classes/com/java2nb/novel/user/mapper/UserDynamicSqlSupport$User.class deleted file mode 100644 index cfcf266..0000000 Binary files a/novel-user/user-service/target/classes/com/java2nb/novel/user/mapper/UserDynamicSqlSupport$User.class and /dev/null differ diff --git a/novel-user/user-service/target/classes/com/java2nb/novel/user/mapper/UserDynamicSqlSupport.class b/novel-user/user-service/target/classes/com/java2nb/novel/user/mapper/UserDynamicSqlSupport.class deleted file mode 100644 index c8c7452..0000000 Binary files a/novel-user/user-service/target/classes/com/java2nb/novel/user/mapper/UserDynamicSqlSupport.class and /dev/null differ diff --git a/novel-user/user-service/target/classes/com/java2nb/novel/user/mapper/UserMapper.class b/novel-user/user-service/target/classes/com/java2nb/novel/user/mapper/UserMapper.class deleted file mode 100644 index 6d115cb..0000000 Binary files a/novel-user/user-service/target/classes/com/java2nb/novel/user/mapper/UserMapper.class and /dev/null differ diff --git a/novel-user/user-service/target/classes/com/java2nb/novel/user/service/UserService.class b/novel-user/user-service/target/classes/com/java2nb/novel/user/service/UserService.class deleted file mode 100644 index e1429a2..0000000 Binary files a/novel-user/user-service/target/classes/com/java2nb/novel/user/service/UserService.class and /dev/null differ diff --git a/novel-user/user-service/target/classes/com/java2nb/novel/user/service/impl/UserServiceImpl.class b/novel-user/user-service/target/classes/com/java2nb/novel/user/service/impl/UserServiceImpl.class deleted file mode 100644 index 074919b..0000000 Binary files a/novel-user/user-service/target/classes/com/java2nb/novel/user/service/impl/UserServiceImpl.class and /dev/null differ diff --git a/novel-user/user-service/target/classes/logback-boot.xml b/novel-user/user-service/target/classes/logback-boot.xml deleted file mode 100644 index 967ff96..0000000 --- a/novel-user/user-service/target/classes/logback-boot.xml +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - - - - - ${CONSOLE_LOG_PATTERN} - - UTF-8 - - - - - - - - - logs/user-service.log - - - - - - logs/debug.%d.%i.log - - 30 - - - 10MB - - - - - - %d %p (%file:%line\)- %m%n - - - UTF-8 - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/novel-user/user-service/user-service.iml b/novel-user/user-service/user-service.iml deleted file mode 100644 index e5784f1..0000000 --- a/novel-user/user-service/user-service.iml +++ /dev/null @@ -1,199 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file