Browse Source

个人中心修改头像

UI 2 years ago
parent
commit
ac5ad7ec93
73 changed files with 27 additions and 0 deletions
  1. 0 0
      target/classes/application.properties
  2. 27 0
      target/classes/application.yml
  3. BIN
      target/classes/com/lstznkj/groundstation/BeanFacotry.class
  4. BIN
      target/classes/com/lstznkj/groundstation/DTO/crane_station/DataSourceDTO.class
  5. BIN
      target/classes/com/lstznkj/groundstation/DTO/crane_station/DataSourcePoolDTO.class
  6. BIN
      target/classes/com/lstznkj/groundstation/DTO/crane_station/ModbusDataSourceDTO.class
  7. BIN
      target/classes/com/lstznkj/groundstation/DTO/crane_station/ModbusDataSourcePoolDTO.class
  8. BIN
      target/classes/com/lstznkj/groundstation/DTO/crane_station/PLCDataSourceDTO.class
  9. BIN
      target/classes/com/lstznkj/groundstation/DTO/ui/DataSourceUIDTO.class
  10. BIN
      target/classes/com/lstznkj/groundstation/DemoApplication.class
  11. BIN
      target/classes/com/lstznkj/groundstation/GlobalData.class
  12. BIN
      target/classes/com/lstznkj/groundstation/MVCConfig.class
  13. BIN
      target/classes/com/lstznkj/groundstation/SwaggerConfig.class
  14. BIN
      target/classes/com/lstznkj/groundstation/controller/AuthController.class
  15. BIN
      target/classes/com/lstznkj/groundstation/controller/DataSourceController.class
  16. BIN
      target/classes/com/lstznkj/groundstation/controller/DataTypeController.class
  17. BIN
      target/classes/com/lstznkj/groundstation/controller/DeviceController.class
  18. BIN
      target/classes/com/lstznkj/groundstation/controller/MainController.class
  19. BIN
      target/classes/com/lstznkj/groundstation/controller/RoleController.class
  20. BIN
      target/classes/com/lstznkj/groundstation/controller/UltimateController.class
  21. BIN
      target/classes/com/lstznkj/groundstation/controller/UserController.class
  22. BIN
      target/classes/com/lstznkj/groundstation/model/Authority.class
  23. BIN
      target/classes/com/lstznkj/groundstation/model/Result.class
  24. BIN
      target/classes/com/lstznkj/groundstation/model/SysRole.class
  25. BIN
      target/classes/com/lstznkj/groundstation/model/User.class
  26. BIN
      target/classes/com/lstznkj/groundstation/model/crane/BaseData.class
  27. BIN
      target/classes/com/lstznkj/groundstation/model/crane/DataMark.class
  28. BIN
      target/classes/com/lstznkj/groundstation/model/crane/DataSource.class
  29. BIN
      target/classes/com/lstznkj/groundstation/model/crane/DataType.class
  30. BIN
      target/classes/com/lstznkj/groundstation/model/crane/Device.class
  31. BIN
      target/classes/com/lstznkj/groundstation/model/crane/State.class
  32. BIN
      target/classes/com/lstznkj/groundstation/model/crane/StateLog.class
  33. BIN
      target/classes/com/lstznkj/groundstation/model/crane/Trouble.class
  34. BIN
      target/classes/com/lstznkj/groundstation/model/crane/WorkLog.class
  35. BIN
      target/classes/com/lstznkj/groundstation/mqtt/MqttFactory.class
  36. BIN
      target/classes/com/lstznkj/groundstation/mqtt/MqttProviderCallBack.class
  37. BIN
      target/classes/com/lstznkj/groundstation/mqtt/MqttProviderConfig.class
  38. BIN
      target/classes/com/lstznkj/groundstation/mqtt/MqttUtil.class
  39. BIN
      target/classes/com/lstznkj/groundstation/repo/AuthorityRepository.class
  40. BIN
      target/classes/com/lstznkj/groundstation/repo/SysRoleRepository.class
  41. BIN
      target/classes/com/lstznkj/groundstation/repo/UserRepository.class
  42. BIN
      target/classes/com/lstznkj/groundstation/repo/crane/BaseDataRepository.class
  43. BIN
      target/classes/com/lstznkj/groundstation/repo/crane/DataSourceRepository.class
  44. BIN
      target/classes/com/lstznkj/groundstation/repo/crane/DataTypeRepository.class
  45. BIN
      target/classes/com/lstznkj/groundstation/repo/crane/DeviceRepository.class
  46. BIN
      target/classes/com/lstznkj/groundstation/repo/crane/StateRepository.class
  47. BIN
      target/classes/com/lstznkj/groundstation/security/UrlAccessDecisionManager.class
  48. BIN
      target/classes/com/lstznkj/groundstation/security/UserDetailsImpl.class
  49. BIN
      target/classes/com/lstznkj/groundstation/security/UserDetailsServiceImpl.class
  50. BIN
      target/classes/com/lstznkj/groundstation/security/WebSecurityConfig.class
  51. BIN
      target/classes/com/lstznkj/groundstation/security/jwt/JWTAuthenticationFilter.class
  52. BIN
      target/classes/com/lstznkj/groundstation/security/jwt/JWTLoginFilter.class
  53. BIN
      target/classes/com/lstznkj/groundstation/security/jwt/JWTUtils.class
  54. BIN
      target/classes/com/lstznkj/groundstation/service/AuthorityService.class
  55. BIN
      target/classes/com/lstznkj/groundstation/service/DataIntegrateService$1$1$1.class
  56. BIN
      target/classes/com/lstznkj/groundstation/service/DataIntegrateService$1$1.class
  57. BIN
      target/classes/com/lstznkj/groundstation/service/DataIntegrateService$1.class
  58. BIN
      target/classes/com/lstznkj/groundstation/service/DataIntegrateService.class
  59. BIN
      target/classes/com/lstznkj/groundstation/service/InitService.class
  60. BIN
      target/classes/com/lstznkj/groundstation/service/SysRoleService.class
  61. BIN
      target/classes/com/lstznkj/groundstation/service/UserService.class
  62. BIN
      target/classes/com/lstznkj/groundstation/service/crane/BaseDataService.class
  63. BIN
      target/classes/com/lstznkj/groundstation/service/crane/DataSourceService.class
  64. BIN
      target/classes/com/lstznkj/groundstation/service/crane/DataTypeService.class
  65. BIN
      target/classes/com/lstznkj/groundstation/service/crane/DeviceService.class
  66. BIN
      target/classes/com/lstznkj/groundstation/service/crane/StateService.class
  67. BIN
      target/classes/com/lstznkj/groundstation/utils/CalculateUtil.class
  68. BIN
      target/classes/com/lstznkj/groundstation/utils/DateUtil.class
  69. BIN
      target/classes/com/lstznkj/groundstation/utils/IOUtils.class
  70. BIN
      target/classes/com/lstznkj/groundstation/utils/SpringContextUtil.class
  71. BIN
      target/classes/com/lstznkj/groundstation/utils/VerifyCodeUtils.class
  72. BIN
      target/test-classes/com/lstznkj/groundstation/DemoApplicationTests.class
  73. BIN
      target/test-classes/com/lstznkj/groundstation/service/UserServiceTest.class

+ 0 - 0
target/classes/application.properties


+ 27 - 0
target/classes/application.yml

@@ -0,0 +1,27 @@
+# 配置tomcat端口号
+server:
+  port: 8080
+
+# 配置数据源
+spring:
+  datasource:
+    driverClassName: com.mysql.jdbc.Driver
+    url: jdbc:mysql://localhost:3306/xxx_db
+    username: root
+    password: root
+
+# 配置mybatis
+mybatis:
+  # 配置类型别名包扫描
+  type-aliases-package: com.xxx.xxx.pojo
+  # 配置sql语句映射文件路径
+  mapper-locations:
+    - classpath:mappers/*.xml
+  # 驼峰映射
+  configuration:
+    map-underscore-to-camel-case: true
+
+# 配置日志
+logging:
+  level:
+    com.xxx: debug

BIN
target/classes/com/lstznkj/groundstation/BeanFacotry.class


BIN
target/classes/com/lstznkj/groundstation/DTO/crane_station/DataSourceDTO.class


BIN
target/classes/com/lstznkj/groundstation/DTO/crane_station/DataSourcePoolDTO.class


BIN
target/classes/com/lstznkj/groundstation/DTO/crane_station/ModbusDataSourceDTO.class


BIN
target/classes/com/lstznkj/groundstation/DTO/crane_station/ModbusDataSourcePoolDTO.class


BIN
target/classes/com/lstznkj/groundstation/DTO/crane_station/PLCDataSourceDTO.class


BIN
target/classes/com/lstznkj/groundstation/DTO/ui/DataSourceUIDTO.class


BIN
target/classes/com/lstznkj/groundstation/DemoApplication.class


BIN
target/classes/com/lstznkj/groundstation/GlobalData.class


BIN
target/classes/com/lstznkj/groundstation/MVCConfig.class


BIN
target/classes/com/lstznkj/groundstation/SwaggerConfig.class


BIN
target/classes/com/lstznkj/groundstation/controller/AuthController.class


BIN
target/classes/com/lstznkj/groundstation/controller/DataSourceController.class


BIN
target/classes/com/lstznkj/groundstation/controller/DataTypeController.class


BIN
target/classes/com/lstznkj/groundstation/controller/DeviceController.class


BIN
target/classes/com/lstznkj/groundstation/controller/MainController.class


BIN
target/classes/com/lstznkj/groundstation/controller/RoleController.class


BIN
target/classes/com/lstznkj/groundstation/controller/UltimateController.class


BIN
target/classes/com/lstznkj/groundstation/controller/UserController.class


BIN
target/classes/com/lstznkj/groundstation/model/Authority.class


BIN
target/classes/com/lstznkj/groundstation/model/Result.class


BIN
target/classes/com/lstznkj/groundstation/model/SysRole.class


BIN
target/classes/com/lstznkj/groundstation/model/User.class


BIN
target/classes/com/lstznkj/groundstation/model/crane/BaseData.class


BIN
target/classes/com/lstznkj/groundstation/model/crane/DataMark.class


BIN
target/classes/com/lstznkj/groundstation/model/crane/DataSource.class


BIN
target/classes/com/lstznkj/groundstation/model/crane/DataType.class


BIN
target/classes/com/lstznkj/groundstation/model/crane/Device.class


BIN
target/classes/com/lstznkj/groundstation/model/crane/State.class


BIN
target/classes/com/lstznkj/groundstation/model/crane/StateLog.class


BIN
target/classes/com/lstznkj/groundstation/model/crane/Trouble.class


BIN
target/classes/com/lstznkj/groundstation/model/crane/WorkLog.class


BIN
target/classes/com/lstznkj/groundstation/mqtt/MqttFactory.class


BIN
target/classes/com/lstznkj/groundstation/mqtt/MqttProviderCallBack.class


BIN
target/classes/com/lstznkj/groundstation/mqtt/MqttProviderConfig.class


BIN
target/classes/com/lstznkj/groundstation/mqtt/MqttUtil.class


BIN
target/classes/com/lstznkj/groundstation/repo/AuthorityRepository.class


BIN
target/classes/com/lstznkj/groundstation/repo/SysRoleRepository.class


BIN
target/classes/com/lstznkj/groundstation/repo/UserRepository.class


BIN
target/classes/com/lstznkj/groundstation/repo/crane/BaseDataRepository.class


BIN
target/classes/com/lstznkj/groundstation/repo/crane/DataSourceRepository.class


BIN
target/classes/com/lstznkj/groundstation/repo/crane/DataTypeRepository.class


BIN
target/classes/com/lstznkj/groundstation/repo/crane/DeviceRepository.class


BIN
target/classes/com/lstznkj/groundstation/repo/crane/StateRepository.class


BIN
target/classes/com/lstznkj/groundstation/security/UrlAccessDecisionManager.class


BIN
target/classes/com/lstznkj/groundstation/security/UserDetailsImpl.class


BIN
target/classes/com/lstznkj/groundstation/security/UserDetailsServiceImpl.class


BIN
target/classes/com/lstznkj/groundstation/security/WebSecurityConfig.class


BIN
target/classes/com/lstznkj/groundstation/security/jwt/JWTAuthenticationFilter.class


BIN
target/classes/com/lstznkj/groundstation/security/jwt/JWTLoginFilter.class


BIN
target/classes/com/lstznkj/groundstation/security/jwt/JWTUtils.class


BIN
target/classes/com/lstznkj/groundstation/service/AuthorityService.class


BIN
target/classes/com/lstznkj/groundstation/service/DataIntegrateService$1$1$1.class


BIN
target/classes/com/lstznkj/groundstation/service/DataIntegrateService$1$1.class


BIN
target/classes/com/lstznkj/groundstation/service/DataIntegrateService$1.class


BIN
target/classes/com/lstznkj/groundstation/service/DataIntegrateService.class


BIN
target/classes/com/lstznkj/groundstation/service/InitService.class


BIN
target/classes/com/lstznkj/groundstation/service/SysRoleService.class


BIN
target/classes/com/lstznkj/groundstation/service/UserService.class


BIN
target/classes/com/lstznkj/groundstation/service/crane/BaseDataService.class


BIN
target/classes/com/lstznkj/groundstation/service/crane/DataSourceService.class


BIN
target/classes/com/lstznkj/groundstation/service/crane/DataTypeService.class


BIN
target/classes/com/lstznkj/groundstation/service/crane/DeviceService.class


BIN
target/classes/com/lstznkj/groundstation/service/crane/StateService.class


BIN
target/classes/com/lstznkj/groundstation/utils/CalculateUtil.class


BIN
target/classes/com/lstznkj/groundstation/utils/DateUtil.class


BIN
target/classes/com/lstznkj/groundstation/utils/IOUtils.class


BIN
target/classes/com/lstznkj/groundstation/utils/SpringContextUtil.class


BIN
target/classes/com/lstznkj/groundstation/utils/VerifyCodeUtils.class


BIN
target/test-classes/com/lstznkj/groundstation/DemoApplicationTests.class


BIN
target/test-classes/com/lstznkj/groundstation/service/UserServiceTest.class