{"id":18425938,"url":"https://github.com/bartekbp/mybatis-hotreloader","last_synced_at":"2026-04-25T12:36:35.275Z","repository":{"id":52541714,"uuid":"144867340","full_name":"bartekbp/mybatis-hotreloader","owner":"bartekbp","description":"Library for hot reloading mybatis xml mapper files","archived":false,"fork":false,"pushed_at":"2021-04-26T18:10:32.000Z","size":11,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T19:58:33.759Z","etag":null,"topics":["autoreload","hot","java","mybatis","reload","spring"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bartekbp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-15T14:59:28.000Z","updated_at":"2024-05-17T08:27:35.000Z","dependencies_parsed_at":"2022-08-26T08:23:21.271Z","dependency_job_id":null,"html_url":"https://github.com/bartekbp/mybatis-hotreloader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bartekbp/mybatis-hotreloader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartekbp%2Fmybatis-hotreloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartekbp%2Fmybatis-hotreloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartekbp%2Fmybatis-hotreloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartekbp%2Fmybatis-hotreloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bartekbp","download_url":"https://codeload.github.com/bartekbp/mybatis-hotreloader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartekbp%2Fmybatis-hotreloader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32262801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autoreload","hot","java","mybatis","reload","spring"],"created_at":"2024-11-06T05:06:26.357Z","updated_at":"2026-04-25T12:36:35.258Z","avatar_url":"https://github.com/bartekbp.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mybatis-hotreloader\n\nThe goal of this project is to hot reload changed mybatis mapper files. \nCurrent version is experimental and by no means safe to run in production.\n\n## How to use:\nIn your spring configuration declare a bean:\n```\n  @Bean\n  public MybatisHotReloader hotreloader(SqlSessionFactory sqlSessionFactory) {\n    return new MybatisHotReloader(getMapperLocations(), sqlSessionFactory.getConfiguration());\n  }\n```\nThat's it.\nThe plugin relies on watching mybatis files, so you need to ensure that once you change a mapper file, it gets copied to your build system output directory.\nIn case of Maven+Intellij Idea, it's as easy as forcing file compilation with ctrl+shift+f9 shortcut.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbartekbp%2Fmybatis-hotreloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbartekbp%2Fmybatis-hotreloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbartekbp%2Fmybatis-hotreloader/lists"}