├── .gitattributes ├── .gitignore ├── .idea ├── compiler.xml ├── encodings.xml ├── inspectionProfiles │ └── Project_Default.xml ├── libraries │ ├── Maven__ch_qos_logback_logback_classic_1_1_11.xml │ ├── Maven__ch_qos_logback_logback_core_1_1_11.xml │ ├── Maven__com_alibaba_druid_1_0_11.xml │ ├── Maven__com_alibaba_druid_spring_boot_starter_1_1_0.xml │ ├── Maven__com_fasterxml_classmate_1_3_3.xml │ ├── Maven__com_fasterxml_jackson_core_jackson_annotations_2_8_0.xml │ ├── Maven__com_fasterxml_jackson_core_jackson_core_2_8_9.xml │ ├── Maven__com_fasterxml_jackson_core_jackson_databind_2_8_9.xml │ ├── Maven__com_fasterxml_jackson_datatype_jackson_datatype_joda_2_8_9.xml │ ├── Maven__com_fasterxml_jackson_module_jackson_module_parameter_names_2_8_9.xml │ ├── Maven__com_github_jsqlparser_jsqlparser_1_0.xml │ ├── Maven__com_github_pagehelper_pagehelper_5_0_3.xml │ ├── Maven__com_github_pagehelper_pagehelper_spring_boot_autoconfigure_1_1_2.xml │ ├── Maven__com_github_pagehelper_pagehelper_spring_boot_starter_1_1_2.xml │ ├── Maven__com_jayway_jsonpath_json_path_2_2_0.xml │ ├── Maven__com_jgoodies_jgoodies_binding_2_10_0.xml │ ├── Maven__com_jgoodies_jgoodies_common_1_7_0.xml │ ├── Maven__com_vaadin_external_google_android_json_0_0_20131108_vaadin1.xml │ ├── Maven__commons_codec_commons_codec_1_10.xml │ ├── Maven__javax_validation_validation_api_1_1_0_Final.xml │ ├── Maven__joda_time_joda_time_2_9_9.xml │ ├── Maven__junit_junit_4_12.xml │ ├── Maven__mysql_mysql_connector_java_5_1_35.xml │ ├── Maven__net_minidev_accessors_smart_1_1.xml │ ├── Maven__net_minidev_json_smart_2_2_1.xml │ ├── Maven__net_sf_mpxj_mpxj_7_1_0.xml │ ├── Maven__nz_net_ultraq_thymeleaf_thymeleaf_layout_dialect_1_4_0.xml │ ├── Maven__ognl_ognl_3_0_8.xml │ ├── Maven__org_apache_commons_commons_collections4_4_1.xml │ ├── Maven__org_apache_poi_poi_3_17.xml │ ├── Maven__org_apache_tomcat_embed_tomcat_embed_core_8_5_16.xml │ ├── Maven__org_apache_tomcat_embed_tomcat_embed_el_8_5_16.xml │ ├── Maven__org_apache_tomcat_embed_tomcat_embed_websocket_8_5_16.xml │ ├── Maven__org_apache_tomcat_tomcat_jdbc_8_5_16.xml │ ├── Maven__org_apache_tomcat_tomcat_juli_8_5_16.xml │ ├── Maven__org_assertj_assertj_core_2_6_0.xml │ ├── Maven__org_codehaus_groovy_groovy_2_4_12.xml │ ├── Maven__org_hamcrest_hamcrest_core_1_3.xml │ ├── Maven__org_hamcrest_hamcrest_library_1_3.xml │ ├── Maven__org_hibernate_hibernate_validator_5_3_5_Final.xml │ ├── Maven__org_javassist_javassist_3_21_0_GA.xml │ ├── Maven__org_jboss_logging_jboss_logging_3_3_1_Final.xml │ ├── Maven__org_mockito_mockito_core_1_10_19.xml │ ├── Maven__org_mybatis_mybatis_3_4_4.xml │ ├── Maven__org_mybatis_mybatis_spring_1_3_1.xml │ ├── Maven__org_mybatis_spring_boot_mybatis_spring_boot_autoconfigure_1_3_0.xml │ ├── Maven__org_mybatis_spring_boot_mybatis_spring_boot_starter_1_3_0.xml │ ├── Maven__org_objenesis_objenesis_2_1.xml │ ├── Maven__org_ow2_asm_asm_5_0_3.xml │ ├── Maven__org_skyscreamer_jsonassert_1_4_0.xml │ ├── Maven__org_slf4j_jcl_over_slf4j_1_7_25.xml │ ├── Maven__org_slf4j_jul_to_slf4j_1_7_25.xml │ ├── Maven__org_slf4j_log4j_over_slf4j_1_7_25.xml │ ├── Maven__org_slf4j_slf4j_api_1_7_25.xml │ ├── Maven__org_springframework_boot_spring_boot_1_5_6_RELEASE.xml │ ├── Maven__org_springframework_boot_spring_boot_autoconfigure_1_5_6_RELEASE.xml │ ├── Maven__org_springframework_boot_spring_boot_starter_1_5_6_RELEASE.xml │ ├── Maven__org_springframework_boot_spring_boot_starter_jdbc_1_5_6_RELEASE.xml │ ├── Maven__org_springframework_boot_spring_boot_starter_logging_1_5_6_RELEASE.xml │ ├── Maven__org_springframework_boot_spring_boot_starter_test_1_5_6_RELEASE.xml │ ├── Maven__org_springframework_boot_spring_boot_starter_thymeleaf_1_5_6_RELEASE.xml │ ├── Maven__org_springframework_boot_spring_boot_starter_tomcat_1_5_6_RELEASE.xml │ ├── Maven__org_springframework_boot_spring_boot_starter_web_1_5_6_RELEASE.xml │ ├── Maven__org_springframework_boot_spring_boot_test_1_5_6_RELEASE.xml │ ├── Maven__org_springframework_boot_spring_boot_test_autoconfigure_1_5_6_RELEASE.xml │ ├── Maven__org_springframework_spring_aop_4_3_10_RELEASE.xml │ ├── Maven__org_springframework_spring_beans_4_3_10_RELEASE.xml │ ├── Maven__org_springframework_spring_context_4_3_10_RELEASE.xml │ ├── Maven__org_springframework_spring_core_4_3_10_RELEASE.xml │ ├── Maven__org_springframework_spring_expression_4_3_10_RELEASE.xml │ ├── Maven__org_springframework_spring_jdbc_4_3_10_RELEASE.xml │ ├── Maven__org_springframework_spring_test_4_3_10_RELEASE.xml │ ├── Maven__org_springframework_spring_tx_4_3_10_RELEASE.xml │ ├── Maven__org_springframework_spring_web_4_3_10_RELEASE.xml │ ├── Maven__org_springframework_spring_webmvc_4_3_10_RELEASE.xml │ ├── Maven__org_thymeleaf_thymeleaf_2_1_5_RELEASE.xml │ ├── Maven__org_thymeleaf_thymeleaf_spring4_2_1_5_RELEASE.xml │ ├── Maven__org_unbescape_unbescape_1_1_0_RELEASE.xml │ ├── Maven__org_xerial_sqlite_jdbc_3_15_1.xml │ └── Maven__org_yaml_snakeyaml_1_17.xml ├── misc.xml ├── modules.xml ├── uiDesigner.xml ├── vcs.xml └── workspace.xml ├── .mvn └── wrapper │ └── maven-wrapper.properties ├── README.md ├── mvnw ├── mvnw.cmd ├── pom.xml ├── springboot-mybatis-demo.iml ├── src ├── file │ ├── 开办新公司 - 导出模板.mpp │ └── 开办新公司.mpp ├── main │ ├── java │ │ └── com │ │ │ └── winter │ │ │ ├── Controller │ │ │ ├── ProjectController.java │ │ │ └── UserController.java │ │ │ ├── SpringbootMybatisDemoApplication.java │ │ │ ├── mapper │ │ │ ├── ProjectMapper.java │ │ │ ├── RoleMapper.java │ │ │ └── UserMapper.java │ │ │ ├── model │ │ │ ├── Project.java │ │ │ ├── Role.java │ │ │ └── User.java │ │ │ ├── service │ │ │ ├── project │ │ │ │ ├── ProjectService.java │ │ │ │ └── impl │ │ │ │ │ └── ProjectServiceImpl.java │ │ │ └── user │ │ │ │ ├── UserService.java │ │ │ │ └── impl │ │ │ │ └── UserServiceImpl.java │ │ │ └── utils │ │ │ └── StringUtils.java │ └── resources │ │ ├── application.yml │ │ ├── generator │ │ └── generatorConfig.xml │ │ └── mapping │ │ ├── ProjectMapper.xml │ │ ├── RoleMapper.xml │ │ └── UserMapper.xml ├── sql │ ├── project.sql │ └── user.sql └── test │ └── java │ └── com │ └── winter │ └── SpringbootMybatisDemoApplicationTests.java └── target └── classes ├── application.yml ├── generator └── generatorConfig.xml └── mapping ├── ProjectMapper.xml └── UserMapper.xml /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.gitignore -------------------------------------------------------------------------------- /.idea/compiler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/compiler.xml -------------------------------------------------------------------------------- /.idea/encodings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/encodings.xml -------------------------------------------------------------------------------- /.idea/inspectionProfiles/Project_Default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/inspectionProfiles/Project_Default.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__ch_qos_logback_logback_classic_1_1_11.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__ch_qos_logback_logback_classic_1_1_11.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__ch_qos_logback_logback_core_1_1_11.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__ch_qos_logback_logback_core_1_1_11.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__com_alibaba_druid_1_0_11.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__com_alibaba_druid_1_0_11.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__com_alibaba_druid_spring_boot_starter_1_1_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__com_alibaba_druid_spring_boot_starter_1_1_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__com_fasterxml_classmate_1_3_3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__com_fasterxml_classmate_1_3_3.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_annotations_2_8_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_annotations_2_8_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_core_2_8_9.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_core_2_8_9.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_databind_2_8_9.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_databind_2_8_9.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__com_fasterxml_jackson_datatype_jackson_datatype_joda_2_8_9.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__com_fasterxml_jackson_datatype_jackson_datatype_joda_2_8_9.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__com_fasterxml_jackson_module_jackson_module_parameter_names_2_8_9.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__com_fasterxml_jackson_module_jackson_module_parameter_names_2_8_9.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__com_github_jsqlparser_jsqlparser_1_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__com_github_jsqlparser_jsqlparser_1_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__com_github_pagehelper_pagehelper_5_0_3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__com_github_pagehelper_pagehelper_5_0_3.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__com_github_pagehelper_pagehelper_spring_boot_autoconfigure_1_1_2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__com_github_pagehelper_pagehelper_spring_boot_autoconfigure_1_1_2.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__com_github_pagehelper_pagehelper_spring_boot_starter_1_1_2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__com_github_pagehelper_pagehelper_spring_boot_starter_1_1_2.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__com_jayway_jsonpath_json_path_2_2_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__com_jayway_jsonpath_json_path_2_2_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__com_jgoodies_jgoodies_binding_2_10_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__com_jgoodies_jgoodies_binding_2_10_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__com_jgoodies_jgoodies_common_1_7_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__com_jgoodies_jgoodies_common_1_7_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__com_vaadin_external_google_android_json_0_0_20131108_vaadin1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__com_vaadin_external_google_android_json_0_0_20131108_vaadin1.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__commons_codec_commons_codec_1_10.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__commons_codec_commons_codec_1_10.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__javax_validation_validation_api_1_1_0_Final.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__javax_validation_validation_api_1_1_0_Final.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__joda_time_joda_time_2_9_9.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__joda_time_joda_time_2_9_9.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__junit_junit_4_12.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__junit_junit_4_12.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__mysql_mysql_connector_java_5_1_35.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__mysql_mysql_connector_java_5_1_35.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__net_minidev_accessors_smart_1_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__net_minidev_accessors_smart_1_1.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__net_minidev_json_smart_2_2_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__net_minidev_json_smart_2_2_1.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__net_sf_mpxj_mpxj_7_1_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__net_sf_mpxj_mpxj_7_1_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__nz_net_ultraq_thymeleaf_thymeleaf_layout_dialect_1_4_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__nz_net_ultraq_thymeleaf_thymeleaf_layout_dialect_1_4_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__ognl_ognl_3_0_8.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__ognl_ognl_3_0_8.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_apache_commons_commons_collections4_4_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_apache_commons_commons_collections4_4_1.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_apache_poi_poi_3_17.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_apache_poi_poi_3_17.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_core_8_5_16.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_core_8_5_16.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_el_8_5_16.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_el_8_5_16.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_websocket_8_5_16.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_websocket_8_5_16.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_apache_tomcat_tomcat_jdbc_8_5_16.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_apache_tomcat_tomcat_jdbc_8_5_16.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_apache_tomcat_tomcat_juli_8_5_16.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_apache_tomcat_tomcat_juli_8_5_16.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_assertj_assertj_core_2_6_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_assertj_assertj_core_2_6_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_codehaus_groovy_groovy_2_4_12.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_codehaus_groovy_groovy_2_4_12.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_hamcrest_hamcrest_library_1_3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_hamcrest_hamcrest_library_1_3.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_hibernate_hibernate_validator_5_3_5_Final.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_hibernate_hibernate_validator_5_3_5_Final.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_javassist_javassist_3_21_0_GA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_javassist_javassist_3_21_0_GA.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_jboss_logging_jboss_logging_3_3_1_Final.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_jboss_logging_jboss_logging_3_3_1_Final.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_mockito_mockito_core_1_10_19.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_mockito_mockito_core_1_10_19.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_mybatis_mybatis_3_4_4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_mybatis_mybatis_3_4_4.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_mybatis_mybatis_spring_1_3_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_mybatis_mybatis_spring_1_3_1.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_mybatis_spring_boot_mybatis_spring_boot_autoconfigure_1_3_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_mybatis_spring_boot_mybatis_spring_boot_autoconfigure_1_3_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_mybatis_spring_boot_mybatis_spring_boot_starter_1_3_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_mybatis_spring_boot_mybatis_spring_boot_starter_1_3_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_objenesis_objenesis_2_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_objenesis_objenesis_2_1.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_ow2_asm_asm_5_0_3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_ow2_asm_asm_5_0_3.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_skyscreamer_jsonassert_1_4_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_skyscreamer_jsonassert_1_4_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_slf4j_jcl_over_slf4j_1_7_25.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_slf4j_jcl_over_slf4j_1_7_25.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_slf4j_jul_to_slf4j_1_7_25.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_slf4j_jul_to_slf4j_1_7_25.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_slf4j_log4j_over_slf4j_1_7_25.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_slf4j_log4j_over_slf4j_1_7_25.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_25.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_25.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_boot_spring_boot_1_5_6_RELEASE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_springframework_boot_spring_boot_1_5_6_RELEASE.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_boot_spring_boot_autoconfigure_1_5_6_RELEASE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_springframework_boot_spring_boot_autoconfigure_1_5_6_RELEASE.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_1_5_6_RELEASE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_1_5_6_RELEASE.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_jdbc_1_5_6_RELEASE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_jdbc_1_5_6_RELEASE.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_logging_1_5_6_RELEASE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_logging_1_5_6_RELEASE.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_test_1_5_6_RELEASE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_test_1_5_6_RELEASE.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_thymeleaf_1_5_6_RELEASE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_thymeleaf_1_5_6_RELEASE.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_tomcat_1_5_6_RELEASE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_tomcat_1_5_6_RELEASE.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_web_1_5_6_RELEASE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_web_1_5_6_RELEASE.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_boot_spring_boot_test_1_5_6_RELEASE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_springframework_boot_spring_boot_test_1_5_6_RELEASE.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_boot_spring_boot_test_autoconfigure_1_5_6_RELEASE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_springframework_boot_spring_boot_test_autoconfigure_1_5_6_RELEASE.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_spring_aop_4_3_10_RELEASE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_springframework_spring_aop_4_3_10_RELEASE.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_spring_beans_4_3_10_RELEASE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_springframework_spring_beans_4_3_10_RELEASE.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_spring_context_4_3_10_RELEASE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_springframework_spring_context_4_3_10_RELEASE.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_spring_core_4_3_10_RELEASE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_springframework_spring_core_4_3_10_RELEASE.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_spring_expression_4_3_10_RELEASE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_springframework_spring_expression_4_3_10_RELEASE.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_spring_jdbc_4_3_10_RELEASE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_springframework_spring_jdbc_4_3_10_RELEASE.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_spring_test_4_3_10_RELEASE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_springframework_spring_test_4_3_10_RELEASE.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_spring_tx_4_3_10_RELEASE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_springframework_spring_tx_4_3_10_RELEASE.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_spring_web_4_3_10_RELEASE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_springframework_spring_web_4_3_10_RELEASE.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_springframework_spring_webmvc_4_3_10_RELEASE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_springframework_spring_webmvc_4_3_10_RELEASE.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_thymeleaf_thymeleaf_2_1_5_RELEASE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_thymeleaf_thymeleaf_2_1_5_RELEASE.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_thymeleaf_thymeleaf_spring4_2_1_5_RELEASE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_thymeleaf_thymeleaf_spring4_2_1_5_RELEASE.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_unbescape_unbescape_1_1_0_RELEASE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_unbescape_unbescape_1_1_0_RELEASE.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_xerial_sqlite_jdbc_3_15_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_xerial_sqlite_jdbc_3_15_1.xml -------------------------------------------------------------------------------- /.idea/libraries/Maven__org_yaml_snakeyaml_1_17.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/libraries/Maven__org_yaml_snakeyaml_1_17.xml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/uiDesigner.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/uiDesigner.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.idea/workspace.xml -------------------------------------------------------------------------------- /.mvn/wrapper/maven-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/.mvn/wrapper/maven-wrapper.properties -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/README.md -------------------------------------------------------------------------------- /mvnw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/mvnw -------------------------------------------------------------------------------- /mvnw.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/mvnw.cmd -------------------------------------------------------------------------------- /pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/pom.xml -------------------------------------------------------------------------------- /springboot-mybatis-demo.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/springboot-mybatis-demo.iml -------------------------------------------------------------------------------- /src/file/开办新公司 - 导出模板.mpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/src/file/开办新公司 - 导出模板.mpp -------------------------------------------------------------------------------- /src/file/开办新公司.mpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/src/file/开办新公司.mpp -------------------------------------------------------------------------------- /src/main/java/com/winter/Controller/ProjectController.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/src/main/java/com/winter/Controller/ProjectController.java -------------------------------------------------------------------------------- /src/main/java/com/winter/Controller/UserController.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/src/main/java/com/winter/Controller/UserController.java -------------------------------------------------------------------------------- /src/main/java/com/winter/SpringbootMybatisDemoApplication.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/src/main/java/com/winter/SpringbootMybatisDemoApplication.java -------------------------------------------------------------------------------- /src/main/java/com/winter/mapper/ProjectMapper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/src/main/java/com/winter/mapper/ProjectMapper.java -------------------------------------------------------------------------------- /src/main/java/com/winter/mapper/RoleMapper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/src/main/java/com/winter/mapper/RoleMapper.java -------------------------------------------------------------------------------- /src/main/java/com/winter/mapper/UserMapper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/src/main/java/com/winter/mapper/UserMapper.java -------------------------------------------------------------------------------- /src/main/java/com/winter/model/Project.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/src/main/java/com/winter/model/Project.java -------------------------------------------------------------------------------- /src/main/java/com/winter/model/Role.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/src/main/java/com/winter/model/Role.java -------------------------------------------------------------------------------- /src/main/java/com/winter/model/User.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/src/main/java/com/winter/model/User.java -------------------------------------------------------------------------------- /src/main/java/com/winter/service/project/ProjectService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/src/main/java/com/winter/service/project/ProjectService.java -------------------------------------------------------------------------------- /src/main/java/com/winter/service/project/impl/ProjectServiceImpl.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/src/main/java/com/winter/service/project/impl/ProjectServiceImpl.java -------------------------------------------------------------------------------- /src/main/java/com/winter/service/user/UserService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/src/main/java/com/winter/service/user/UserService.java -------------------------------------------------------------------------------- /src/main/java/com/winter/service/user/impl/UserServiceImpl.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/src/main/java/com/winter/service/user/impl/UserServiceImpl.java -------------------------------------------------------------------------------- /src/main/java/com/winter/utils/StringUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/src/main/java/com/winter/utils/StringUtils.java -------------------------------------------------------------------------------- /src/main/resources/application.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/src/main/resources/application.yml -------------------------------------------------------------------------------- /src/main/resources/generator/generatorConfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/src/main/resources/generator/generatorConfig.xml -------------------------------------------------------------------------------- /src/main/resources/mapping/ProjectMapper.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/src/main/resources/mapping/ProjectMapper.xml -------------------------------------------------------------------------------- /src/main/resources/mapping/RoleMapper.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/src/main/resources/mapping/RoleMapper.xml -------------------------------------------------------------------------------- /src/main/resources/mapping/UserMapper.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/src/main/resources/mapping/UserMapper.xml -------------------------------------------------------------------------------- /src/sql/project.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/src/sql/project.sql -------------------------------------------------------------------------------- /src/sql/user.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/src/sql/user.sql -------------------------------------------------------------------------------- /src/test/java/com/winter/SpringbootMybatisDemoApplicationTests.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/src/test/java/com/winter/SpringbootMybatisDemoApplicationTests.java -------------------------------------------------------------------------------- /target/classes/application.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/target/classes/application.yml -------------------------------------------------------------------------------- /target/classes/generator/generatorConfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/target/classes/generator/generatorConfig.xml -------------------------------------------------------------------------------- /target/classes/mapping/ProjectMapper.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/target/classes/mapping/ProjectMapper.xml -------------------------------------------------------------------------------- /target/classes/mapping/UserMapper.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterChenS/springboot-mybatis-demo/HEAD/target/classes/mapping/UserMapper.xml --------------------------------------------------------------------------------