This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Configuration | |
public class WebMvcConfiguration extends WebMvcConfigurerAdapter { | |
@Override | |
public void configurePathMatch(PathMatchConfigurer configurer) { | |
// Fix handling of /api/v1/addon/org.openmrs.module.appui (otherwise appui is treated as a file extension) | |
configurer.setUseRegisteredSuffixPatternMatch(true); | |
} | |
@Override |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SEVERE 8/7/18 12:34 AM:liquibase: Change Set liquibase-update-to-latest.xml::20090122-0853::bwolfe failed. Error: Error executing SQL CREATE TABLE `tmp_concept_name_tag_duplicates` AS SELECT DISTINCT concept_name_tag_id AS concept_name_tag_id FROM `concept_name_tag` WHERE concept_name_tag_id IS NOT NULL: Statement violates GTID consistency: CREATE TABLE ... SELECT. | |
See “Global Transaction Identifiers” at https://cloud.google.com/sql/docs/mysql/diagnose-issues. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BAHMNI CONTRIBUTOR LICENSE AGREEMENT | |
OpenMRS, the non-profit home of the Bahmni Coalition, requests that You agree to this Contributor License Agreement for | |
Contributions You submit to the Bahmni Project. This Agreement protects You as a contributor as well as OpenMRS and the Bahmni | |
Project, it does not change Your rights to use Your Contributions for any other purpose. | |
By submitting your Contributions to the Bahmni Project and/or OpenMRS, You hereby agree to the terms and conditions of this | |
Contributor License Agreement. | |
0. Definitions |
OlderNewer