Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apollo
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
apollo
Commits
df65c5a3
Commit
df65c5a3
authored
Mar 10, 2016
by
Yiming Liu
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2 from yiming187/master
Add sample apollo server and code style
parents
cf5d2f9e
6ad48acc
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
829 additions
and
10 deletions
+829
-10
eclipse-java-google-style.xml
apollo-dev/style/eclipse-java-google-style.xml
+292
-0
intellij-java-google-style.xml
apollo-dev/style/intellij-java-google-style.xml
+475
-0
pom.xml
apollo-server/pom.xml
+17
-0
ConfigServerApplication.java
...c/main/java/com/ctrip/apollo/ConfigServerApplication.java
+15
-0
application.yml
apollo-server/src/main/resources/application.yml
+10
-0
bootstrap.yml
apollo-server/src/main/resources/bootstrap.yml
+4
-0
pom.xml
pom.xml
+16
-10
No files found.
apollo-dev/style/eclipse-java-google-style.xml
0 → 100644
View file @
df65c5a3
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<profiles
version=
"11"
>
<profile
kind=
"CodeFormatterProfile"
name=
"GoogleStyle"
version=
"11"
>
<setting
id=
"org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration"
value=
"end_of_line"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.blank_lines_before_field"
value=
"0"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.wrap_prefer_two_fragments"
value=
"false"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line"
value=
"false"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_ellipsis"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.wrap_comment_inline_tags"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_local_variable_declaration"
value=
"16"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_multiple_fields"
value=
"16"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_annotations_on_parameter"
value=
"16|-1|24"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer"
value=
"16|5|80"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_conditional_expression"
value=
"48"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_binary_operator"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.brace_position_for_array_initializer"
value=
"end_of_line"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.blank_lines_after_package"
value=
"1"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.sort_type_annotations"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.continuation_indentation"
value=
"2"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation"
value=
"16|5|48"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk"
value=
"1"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_binary_operator"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.blank_lines_before_package"
value=
"0"
/>
<setting
id=
"org.eclipse.jdt.core.compiler.source"
value=
"1.8"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.comment.format_line_comments"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_annotations_on_type_declaration"
value=
"569|-1|569"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.join_wrapped_lines"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call"
value=
"16|5|48"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.wrap_non_simple_local_variable_annotation"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.blank_lines_before_member_type"
value=
"0"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.align_type_members_on_columns"
value=
"false"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.sort_parameter_annotations"
value=
"false"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation"
value=
"16|3|49"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_unary_operator"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.comment.indent_parameter_description"
value=
"false"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment"
value=
"false"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.lineSplit"
value=
"100"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration"
value=
"0"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.indentation.size"
value=
"4"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_assignment"
value=
"16"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration"
value=
"32"
/>
<setting
id=
"org.eclipse.jdt.core.compiler.problem.assertIdentifier"
value=
"error"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.tabulation.char"
value=
"space"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.indent_statements_compare_to_body"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.blank_lines_before_method"
value=
"1"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.wrap_non_simple_type_annotation"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line"
value=
"false"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_field_declaration"
value=
"16"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration"
value=
"16|5|48"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration"
value=
"end_of_line"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.brace_position_for_switch"
value=
"end_of_line"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.compiler.problem.enumIdentifier"
value=
"error"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_generic_type_arguments"
value=
"16|-1|16"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.comment_new_line_at_start_of_html_paragraph"
value=
"false"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_ellipsis"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.brace_position_for_block"
value=
"end_of_line"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.sort_package_annotations"
value=
"false"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.brace_position_for_method_declaration"
value=
"end_of_line"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.compact_else_if"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.wrap_non_simple_parameter_annotation"
value=
"false"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.comment.indent_root_tags"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.brace_position_for_enum_constant"
value=
"end_of_line"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.tabulation.size"
value=
"2"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_annotations_on_member"
value=
"536|1|569"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment"
value=
"false"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration"
value=
"16|4|48"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.indent_empty_lines"
value=
"false"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.force_if_else_statement_brace"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.brace_position_for_block_in_case"
value=
"end_of_line"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve"
value=
"3"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.wrap_non_simple_package_annotation"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.sort_member_annotations"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression"
value=
"16|4|48"
/>
<setting
id=
"org.eclipse.jdt.core.compiler.compliance"
value=
"1.5"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer"
value=
"2"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression"
value=
"16|5|48"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_unary_operator"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_new_anonymous_class"
value=
"33"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line"
value=
"false"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration"
value=
"32|4|80"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_binary_expression"
value=
"16"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration"
value=
"end_of_line"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode"
value=
"enabled"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line"
value=
"false"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant"
value=
"16"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.comment.format_javadoc_comments"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.comment.line_length"
value=
"100"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.blank_lines_between_import_groups"
value=
"1"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_semicolon"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration"
value=
"end_of_line"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body"
value=
"0"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.wrap_before_binary_operator"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations"
value=
"2"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.indent_statements_compare_to_block"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration"
value=
"32|4|81"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.join_lines_in_comments"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_compact_if"
value=
"16"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.blank_lines_before_imports"
value=
"0"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.comment.format_html"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration"
value=
"16|4|48"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.comment.format_source_code"
value=
"false"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration"
value=
"16|5|48"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.compiler.codegen.targetPlatform"
value=
"1.5"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations"
value=
"false"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation"
value=
"16|-1|16"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.comment.format_header"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.comment.format_block_comments"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_enum_constants"
value=
"16|5|48"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.brace_position_for_type_declaration"
value=
"end_of_line"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.sort_local_variable_annotations"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.wrap_non_simple_member_annotation"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_annotations_on_local_variable"
value=
"569|-1|569"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_annotations_on_package_declaration"
value=
"569|-1|569"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.blank_lines_after_imports"
value=
"1"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column"
value=
"false"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_for_statement"
value=
"16"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column"
value=
"false"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line"
value=
"false"
/>
</profile>
</profiles>
\ No newline at end of file
apollo-dev/style/intellij-java-google-style.xml
0 → 100644
View file @
df65c5a3
<?xml version="1.0" encoding="UTF-8"?>
<code_scheme
name=
"GoogleStyle"
>
<option
name=
"JAVA_INDENT_OPTIONS"
>
<value>
<option
name=
"INDENT_SIZE"
value=
"2"
/>
<option
name=
"CONTINUATION_INDENT_SIZE"
value=
"4"
/>
<option
name=
"TAB_SIZE"
value=
"8"
/>
<option
name=
"USE_TAB_CHARACTER"
value=
"false"
/>
<option
name=
"SMART_TABS"
value=
"false"
/>
<option
name=
"LABEL_INDENT_SIZE"
value=
"0"
/>
<option
name=
"LABEL_INDENT_ABSOLUTE"
value=
"false"
/>
<option
name=
"USE_RELATIVE_INDENTS"
value=
"false"
/>
</value>
</option>
<option
name=
"CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND"
value=
"99"
/>
<option
name=
"NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND"
value=
"99"
/>
<option
name=
"IMPORT_LAYOUT_TABLE"
>
<value>
<package
name=
"com.google"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"android"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"antenna"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"antlr"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"ar"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"asposewobfuscated"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"asquare"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"atg"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"au"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"beaver"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"bibtex"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"bmsi"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"bsh"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"ccl"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"cern"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"ChartDirector"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"checkers"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"com"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"COM"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"common"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"contribs"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"corejava"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"cryptix"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"cybervillains"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"dalvik"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"danbikel"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"de"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"EDU"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"eg"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"eu"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"examples"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"fat"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"fit"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"fitlibrary"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"fmpp"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"freemarker"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"gnu"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"groovy"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"groovyjarjarantlr"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"groovyjarjarasm"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"hak"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"hep"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"ie"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"imageinfo"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"info"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"it"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"jal"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"Jama"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"japa"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"japacheckers"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"jas"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"jasmin"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"javancss"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"javanet"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"javassist"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"javazoom"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"java_cup"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"jcifs"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"jetty"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"JFlex"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"jj2000"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"jline"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"jp"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"JSci"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"jsr166y"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"junit"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"jxl"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"jxxload_help"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"kawa"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"kea"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"libcore"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"libsvm"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"lti"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"memetic"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"mt"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"mx4j"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"net"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"netscape"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"nl"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"nu"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"oauth"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"ognl"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"opennlp"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"oracle"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"org"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"penn2dg"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"pennconverter"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"pl"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"prefuse"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"proguard"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"repackage"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"scm"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"se"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"serp"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"simple"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"soot"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"sqlj"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"src"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"ssa"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"sun"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"sunlabs"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"tcl"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"testdata"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"testshell"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"testsuite"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"twitter4j"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"uk"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"ViolinStrings"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"weka"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"wet"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"winstone"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"woolfel"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"wowza"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"java"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
"javax"
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
""
withSubpackages=
"true"
static=
"false"
/>
<emptyLine
/>
<package
name=
""
withSubpackages=
"true"
static=
"true"
/>
</value>
</option>
<option
name=
"RIGHT_MARGIN"
value=
"100"
/>
<option
name=
"JD_P_AT_EMPTY_LINES"
value=
"false"
/>
<option
name=
"JD_KEEP_EMPTY_PARAMETER"
value=
"false"
/>
<option
name=
"JD_KEEP_EMPTY_EXCEPTION"
value=
"false"
/>
<option
name=
"JD_KEEP_EMPTY_RETURN"
value=
"false"
/>
<option
name=
"KEEP_CONTROL_STATEMENT_IN_ONE_LINE"
value=
"false"
/>
<option
name=
"KEEP_BLANK_LINES_IN_CODE"
value=
"1"
/>
<option
name=
"BLANK_LINES_AFTER_CLASS_HEADER"
value=
"1"
/>
<option
name=
"ALIGN_MULTILINE_PARAMETERS_IN_CALLS"
value=
"true"
/>
<option
name=
"ALIGN_MULTILINE_BINARY_OPERATION"
value=
"true"
/>
<option
name=
"ALIGN_MULTILINE_ASSIGNMENT"
value=
"true"
/>
<option
name=
"ALIGN_MULTILINE_TERNARY_OPERATION"
value=
"true"
/>
<option
name=
"ALIGN_MULTILINE_THROWS_LIST"
value=
"true"
/>
<option
name=
"ALIGN_MULTILINE_EXTENDS_LIST"
value=
"true"
/>
<option
name=
"ALIGN_MULTILINE_PARENTHESIZED_EXPRESSION"
value=
"true"
/>
<option
name=
"ALIGN_MULTILINE_ARRAY_INITIALIZER_EXPRESSION"
value=
"true"
/>
<option
name=
"CALL_PARAMETERS_WRAP"
value=
"1"
/>
<option
name=
"METHOD_PARAMETERS_WRAP"
value=
"1"
/>
<option
name=
"EXTENDS_LIST_WRAP"
value=
"1"
/>
<option
name=
"THROWS_LIST_WRAP"
value=
"1"
/>
<option
name=
"EXTENDS_KEYWORD_WRAP"
value=
"1"
/>
<option
name=
"THROWS_KEYWORD_WRAP"
value=
"1"
/>
<option
name=
"METHOD_CALL_CHAIN_WRAP"
value=
"1"
/>
<option
name=
"BINARY_OPERATION_WRAP"
value=
"1"
/>
<option
name=
"BINARY_OPERATION_SIGN_ON_NEXT_LINE"
value=
"true"
/>
<option
name=
"TERNARY_OPERATION_WRAP"
value=
"1"
/>
<option
name=
"TERNARY_OPERATION_SIGNS_ON_NEXT_LINE"
value=
"true"
/>
<option
name=
"FOR_STATEMENT_WRAP"
value=
"1"
/>
<option
name=
"ARRAY_INITIALIZER_WRAP"
value=
"1"
/>
<option
name=
"ASSIGNMENT_WRAP"
value=
"5"
/>
<option
name=
"WRAP_COMMENTS"
value=
"true"
/>
<option
name=
"IF_BRACE_FORCE"
value=
"3"
/>
<option
name=
"DOWHILE_BRACE_FORCE"
value=
"3"
/>
<option
name=
"WHILE_BRACE_FORCE"
value=
"3"
/>
<option
name=
"FOR_BRACE_FORCE"
value=
"3"
/>
<ADDITIONAL_INDENT_OPTIONS
fileType=
"css"
>
<option
name=
"INDENT_SIZE"
value=
"4"
/>
<option
name=
"CONTINUATION_INDENT_SIZE"
value=
"8"
/>
<option
name=
"TAB_SIZE"
value=
"4"
/>
<option
name=
"USE_TAB_CHARACTER"
value=
"false"
/>
<option
name=
"SMART_TABS"
value=
"false"
/>
<option
name=
"LABEL_INDENT_SIZE"
value=
"0"
/>
<option
name=
"LABEL_INDENT_ABSOLUTE"
value=
"false"
/>
<option
name=
"USE_RELATIVE_INDENTS"
value=
"false"
/>
</ADDITIONAL_INDENT_OPTIONS>
<ADDITIONAL_INDENT_OPTIONS
fileType=
"haml"
>
<option
name=
"INDENT_SIZE"
value=
"2"
/>
<option
name=
"CONTINUATION_INDENT_SIZE"
value=
"8"
/>
<option
name=
"TAB_SIZE"
value=
"4"
/>
<option
name=
"USE_TAB_CHARACTER"
value=
"false"
/>
<option
name=
"SMART_TABS"
value=
"false"
/>
<option
name=
"LABEL_INDENT_SIZE"
value=
"0"
/>
<option
name=
"LABEL_INDENT_ABSOLUTE"
value=
"false"
/>
<option
name=
"USE_RELATIVE_INDENTS"
value=
"false"
/>
</ADDITIONAL_INDENT_OPTIONS>
<ADDITIONAL_INDENT_OPTIONS
fileType=
"java"
>
<option
name=
"INDENT_SIZE"
value=
"2"
/>
<option
name=
"CONTINUATION_INDENT_SIZE"
value=
"4"
/>
<option
name=
"TAB_SIZE"
value=
"8"
/>
<option
name=
"USE_TAB_CHARACTER"
value=
"false"
/>
<option
name=
"SMART_TABS"
value=
"false"
/>
<option
name=
"LABEL_INDENT_SIZE"
value=
"0"
/>
<option
name=
"LABEL_INDENT_ABSOLUTE"
value=
"false"
/>
<option
name=
"USE_RELATIVE_INDENTS"
value=
"false"
/>
</ADDITIONAL_INDENT_OPTIONS>
<ADDITIONAL_INDENT_OPTIONS
fileType=
"js"
>
<option
name=
"INDENT_SIZE"
value=
"4"
/>
<option
name=
"CONTINUATION_INDENT_SIZE"
value=
"4"
/>
<option
name=
"TAB_SIZE"
value=
"4"
/>
<option
name=
"USE_TAB_CHARACTER"
value=
"false"
/>
<option
name=
"SMART_TABS"
value=
"false"
/>
<option
name=
"LABEL_INDENT_SIZE"
value=
"0"
/>
<option
name=
"LABEL_INDENT_ABSOLUTE"
value=
"false"
/>
<option
name=
"USE_RELATIVE_INDENTS"
value=
"false"
/>
</ADDITIONAL_INDENT_OPTIONS>
<ADDITIONAL_INDENT_OPTIONS
fileType=
"jsp"
>
<option
name=
"INDENT_SIZE"
value=
"4"
/>
<option
name=
"CONTINUATION_INDENT_SIZE"
value=
"8"
/>
<option
name=
"TAB_SIZE"
value=
"4"
/>
<option
name=
"USE_TAB_CHARACTER"
value=
"false"
/>
<option
name=
"SMART_TABS"
value=
"false"
/>
<option
name=
"LABEL_INDENT_SIZE"
value=
"0"
/>
<option
name=
"LABEL_INDENT_ABSOLUTE"
value=
"false"
/>
<option
name=
"USE_RELATIVE_INDENTS"
value=
"false"
/>
</ADDITIONAL_INDENT_OPTIONS>
<ADDITIONAL_INDENT_OPTIONS
fileType=
"php"
>
<option
name=
"INDENT_SIZE"
value=
"4"
/>
<option
name=
"CONTINUATION_INDENT_SIZE"
value=
"8"
/>
<option
name=
"TAB_SIZE"
value=
"4"
/>
<option
name=
"USE_TAB_CHARACTER"
value=
"false"
/>
<option
name=
"SMART_TABS"
value=
"false"
/>
<option
name=
"LABEL_INDENT_SIZE"
value=
"0"
/>
<option
name=
"LABEL_INDENT_ABSOLUTE"
value=
"false"
/>
<option
name=
"USE_RELATIVE_INDENTS"
value=
"false"
/>
</ADDITIONAL_INDENT_OPTIONS>
<ADDITIONAL_INDENT_OPTIONS
fileType=
"sass"
>
<option
name=
"INDENT_SIZE"
value=
"2"
/>
<option
name=
"CONTINUATION_INDENT_SIZE"
value=
"8"
/>
<option
name=
"TAB_SIZE"
value=
"4"
/>
<option
name=
"USE_TAB_CHARACTER"
value=
"false"
/>
<option
name=
"SMART_TABS"
value=
"false"
/>
<option
name=
"LABEL_INDENT_SIZE"
value=
"0"
/>
<option
name=
"LABEL_INDENT_ABSOLUTE"
value=
"false"
/>
<option
name=
"USE_RELATIVE_INDENTS"
value=
"false"
/>
</ADDITIONAL_INDENT_OPTIONS>
<ADDITIONAL_INDENT_OPTIONS
fileType=
"xml"
>
<option
name=
"INDENT_SIZE"
value=
"4"
/>
<option
name=
"CONTINUATION_INDENT_SIZE"
value=
"8"
/>
<option
name=
"TAB_SIZE"
value=
"4"
/>
<option
name=
"USE_TAB_CHARACTER"
value=
"false"
/>
<option
name=
"SMART_TABS"
value=
"false"
/>
<option
name=
"LABEL_INDENT_SIZE"
value=
"0"
/>
<option
name=
"LABEL_INDENT_ABSOLUTE"
value=
"false"
/>
<option
name=
"USE_RELATIVE_INDENTS"
value=
"false"
/>
</ADDITIONAL_INDENT_OPTIONS>
<ADDITIONAL_INDENT_OPTIONS
fileType=
"yml"
>
<option
name=
"INDENT_SIZE"
value=
"2"
/>
<option
name=
"CONTINUATION_INDENT_SIZE"
value=
"8"
/>
<option
name=
"TAB_SIZE"
value=
"4"
/>
<option
name=
"USE_TAB_CHARACTER"
value=
"false"
/>
<option
name=
"SMART_TABS"
value=
"false"
/>
<option
name=
"LABEL_INDENT_SIZE"
value=
"0"
/>
<option
name=
"LABEL_INDENT_ABSOLUTE"
value=
"false"
/>
<option
name=
"USE_RELATIVE_INDENTS"
value=
"false"
/>
</ADDITIONAL_INDENT_OPTIONS>
<codeStyleSettings
language=
"ECMA Script Level 4"
>
<option
name=
"KEEP_CONTROL_STATEMENT_IN_ONE_LINE"
value=
"false"
/>
<option
name=
"KEEP_BLANK_LINES_IN_CODE"
value=
"1"
/>
<option
name=
"BLANK_LINES_AFTER_CLASS_HEADER"
value=
"1"
/>
<option
name=
"ALIGN_MULTILINE_PARAMETERS_IN_CALLS"
value=
"true"
/>
<option
name=
"ALIGN_MULTILINE_BINARY_OPERATION"
value=
"true"
/>
<option
name=
"ALIGN_MULTILINE_ASSIGNMENT"
value=
"true"
/>
<option
name=
"ALIGN_MULTILINE_TERNARY_OPERATION"
value=
"true"
/>
<option
name=
"ALIGN_MULTILINE_THROWS_LIST"
value=
"true"
/>
<option
name=
"ALIGN_MULTILINE_EXTENDS_LIST"
value=
"true"
/>
<option
name=
"ALIGN_MULTILINE_PARENTHESIZED_EXPRESSION"
value=
"true"
/>
<option
name=
"ALIGN_MULTILINE_ARRAY_INITIALIZER_EXPRESSION"
value=
"true"
/>
<option
name=
"CALL_PARAMETERS_WRAP"
value=
"1"
/>
<option
name=
"METHOD_PARAMETERS_WRAP"
value=
"1"
/>
<option
name=
"EXTENDS_LIST_WRAP"
value=
"1"
/>
<option
name=
"THROWS_LIST_WRAP"
value=
"1"
/>
<option
name=
"EXTENDS_KEYWORD_WRAP"
value=
"1"
/>
<option
name=
"THROWS_KEYWORD_WRAP"
value=
"1"
/>
<option
name=
"METHOD_CALL_CHAIN_WRAP"
value=
"1"
/>
<option
name=
"BINARY_OPERATION_WRAP"
value=
"1"
/>
<option
name=
"BINARY_OPERATION_SIGN_ON_NEXT_LINE"
value=
"true"
/>
<option
name=
"TERNARY_OPERATION_WRAP"
value=
"1"
/>
<option
name=
"TERNARY_OPERATION_SIGNS_ON_NEXT_LINE"
value=
"true"
/>
<option
name=
"FOR_STATEMENT_WRAP"
value=
"1"
/>
<option
name=
"ARRAY_INITIALIZER_WRAP"
value=
"1"
/>
<option
name=
"ASSIGNMENT_WRAP"
value=
"5"
/>
<option
name=
"WRAP_COMMENTS"
value=
"true"
/>
<option
name=
"IF_BRACE_FORCE"
value=
"3"
/>
<option
name=
"DOWHILE_BRACE_FORCE"
value=
"3"
/>
<option
name=
"WHILE_BRACE_FORCE"
value=
"3"
/>
<option
name=
"FOR_BRACE_FORCE"
value=
"3"
/>
<option
name=
"PARENT_SETTINGS_INSTALLED"
value=
"true"
/>
</codeStyleSettings>
<codeStyleSettings
language=
"JavaScript"
>
<option
name=
"KEEP_CONTROL_STATEMENT_IN_ONE_LINE"
value=
"false"
/>
<option
name=
"KEEP_BLANK_LINES_IN_CODE"
value=
"1"
/>
<option
name=
"BLANK_LINES_AFTER_CLASS_HEADER"
value=
"1"
/>
<option
name=
"ALIGN_MULTILINE_PARAMETERS_IN_CALLS"
value=
"true"
/>
<option
name=
"ALIGN_MULTILINE_BINARY_OPERATION"
value=
"true"
/>
<option
name=
"ALIGN_MULTILINE_ASSIGNMENT"
value=
"true"
/>
<option
name=
"ALIGN_MULTILINE_TERNARY_OPERATION"
value=
"true"
/>
<option
name=
"ALIGN_MULTILINE_THROWS_LIST"
value=
"true"
/>
<option
name=
"ALIGN_MULTILINE_EXTENDS_LIST"
value=
"true"
/>
<option
name=
"ALIGN_MULTILINE_PARENTHESIZED_EXPRESSION"
value=
"true"
/>
<option
name=
"ALIGN_MULTILINE_ARRAY_INITIALIZER_EXPRESSION"
value=
"true"
/>
<option
name=
"CALL_PARAMETERS_WRAP"
value=
"1"
/>
<option
name=
"METHOD_PARAMETERS_WRAP"
value=
"1"
/>
<option
name=
"EXTENDS_LIST_WRAP"
value=
"1"
/>
<option
name=
"THROWS_LIST_WRAP"
value=
"1"
/>
<option
name=
"EXTENDS_KEYWORD_WRAP"
value=
"1"
/>
<option
name=
"THROWS_KEYWORD_WRAP"
value=
"1"
/>
<option
name=
"METHOD_CALL_CHAIN_WRAP"
value=
"1"
/>
<option
name=
"BINARY_OPERATION_WRAP"
value=
"1"
/>
<option
name=
"BINARY_OPERATION_SIGN_ON_NEXT_LINE"
value=
"true"
/>
<option
name=
"TERNARY_OPERATION_WRAP"
value=
"1"
/>
<option
name=
"TERNARY_OPERATION_SIGNS_ON_NEXT_LINE"
value=
"true"
/>
<option
name=
"FOR_STATEMENT_WRAP"
value=
"1"
/>
<option
name=
"ARRAY_INITIALIZER_WRAP"
value=
"1"
/>
<option
name=
"ASSIGNMENT_WRAP"
value=
"5"
/>
<option
name=
"WRAP_COMMENTS"
value=
"true"
/>
<option
name=
"IF_BRACE_FORCE"
value=
"3"
/>
<option
name=
"DOWHILE_BRACE_FORCE"
value=
"3"
/>
<option
name=
"WHILE_BRACE_FORCE"
value=
"3"
/>
<option
name=
"FOR_BRACE_FORCE"
value=
"3"
/>
<option
name=
"PARENT_SETTINGS_INSTALLED"
value=
"true"
/>
</codeStyleSettings>
<codeStyleSettings
language=
"PHP"
>
<option
name=
"KEEP_CONTROL_STATEMENT_IN_ONE_LINE"
value=
"false"
/>
<option
name=
"KEEP_BLANK_LINES_IN_CODE"
value=
"1"
/>
<option
name=
"BLANK_LINES_AFTER_CLASS_HEADER"
value=
"1"
/>
<option
name=
"ALIGN_MULTILINE_ASSIGNMENT"
value=
"true"
/>
<option
name=
"ALIGN_MULTILINE_TERNARY_OPERATION"
value=
"true"
/>
<option
name=
"ALIGN_MULTILINE_THROWS_LIST"
value=
"true"
/>
<option
name=
"ALIGN_MULTILINE_EXTENDS_LIST"
value=
"true"
/>
<option
name=
"ALIGN_MULTILINE_PARENTHESIZED_EXPRESSION"
value=
"true"
/>
<option
name=
"CALL_PARAMETERS_WRAP"
value=
"1"
/>
<option
name=
"METHOD_PARAMETERS_WRAP"
value=
"1"
/>
<option
name=
"EXTENDS_LIST_WRAP"
value=
"1"
/>
<option
name=
"THROWS_LIST_WRAP"
value=
"1"
/>
<option
name=
"EXTENDS_KEYWORD_WRAP"
value=
"1"
/>
<option
name=
"THROWS_KEYWORD_WRAP"
value=
"1"
/>
<option
name=
"METHOD_CALL_CHAIN_WRAP"
value=
"1"
/>
<option
name=
"BINARY_OPERATION_WRAP"
value=
"1"
/>
<option
name=
"BINARY_OPERATION_SIGN_ON_NEXT_LINE"
value=
"true"
/>
<option
name=
"TERNARY_OPERATION_WRAP"
value=
"1"
/>
<option
name=
"TERNARY_OPERATION_SIGNS_ON_NEXT_LINE"
value=
"true"
/>
<option
name=
"FOR_STATEMENT_WRAP"
value=
"1"
/>
<option
name=
"ARRAY_INITIALIZER_WRAP"
value=
"1"
/>
<option
name=
"ASSIGNMENT_WRAP"
value=
"5"
/>
<option
name=
"WRAP_COMMENTS"
value=
"true"
/>
<option
name=
"IF_BRACE_FORCE"
value=
"3"
/>
<option
name=
"DOWHILE_BRACE_FORCE"
value=
"3"
/>
<option
name=
"WHILE_BRACE_FORCE"
value=
"3"
/>
<option
name=
"FOR_BRACE_FORCE"
value=
"3"
/>
<option
name=
"PARENT_SETTINGS_INSTALLED"
value=
"true"
/>
</codeStyleSettings>
</code_scheme>
apollo-server/pom.xml
View file @
df65c5a3
...
...
@@ -15,5 +15,22 @@
<groupId>
com.ctrip.apollo
</groupId>
<artifactId>
apollo-core
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-starter-config
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-test
</artifactId>
<scope>
test
</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
</plugin>
</plugins>
</build>
</project>
apollo-server/src/main/java/com/ctrip/apollo/ConfigServerApplication.java
0 → 100644
View file @
df65c5a3
package
com
.
ctrip
.
apollo
;
import
org.springframework.boot.SpringApplication
;
import
org.springframework.boot.autoconfigure.SpringBootApplication
;
import
org.springframework.cloud.config.server.EnableConfigServer
;
@SpringBootApplication
@EnableConfigServer
public
class
ConfigServerApplication
{
public
static
void
main
(
String
[]
args
)
{
SpringApplication
.
run
(
ConfigServerApplication
.
class
,
args
);
}
}
apollo-server/src/main/resources/application.yml
0 → 100644
View file @
df65c5a3
server
:
port
:
8888
logging
:
level
:
org.springframework.cloud
:
'
DEBUG'
spring
:
profiles
:
active
:
native
apollo-server/src/main/resources/bootstrap.yml
0 → 100644
View file @
df65c5a3
spring
:
application
:
name
:
apollo-server
\ No newline at end of file
pom.xml
View file @
df65c5a3
...
...
@@ -7,7 +7,6 @@
<version>
0.0.1
</version>
<name>
Apollo
</name>
<packaging>
pom
</packaging>
<modules>
<module>
apollo-core
</module>
<module>
apollo-metaserver
</module>
...
...
@@ -55,9 +54,11 @@
</dependency>
<!--third party -->
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter
</artifactId>
<version>
1.3.3.RELEASE
</version>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-starter-parent
</artifactId>
<version>
Angel.SR6
</version>
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
<dependency>
<groupId>
mysql
</groupId>
...
...
@@ -66,12 +67,6 @@
</dependency>
<!--for test -->
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-test
</artifactId>
<version>
1.3.3.RELEASE
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
com.h2database
</groupId>
<artifactId>
h2
</artifactId>
<version>
1.4.191
</version>
...
...
@@ -89,8 +84,19 @@
<url>
http://maven.dev.sh.ctripcorp.com:8081/nexus/content/repositories/fxsnapshot
</url>
</snapshotRepository>
</distributionManagement>
<repositories>
<repository>
<id>
spring-milestones
</id>
<name>
Spring Milestones
</name>
<url>
https://repo.spring.io/libs-milestone
</url>
<snapshots>
<enabled>
false
</enabled>
</snapshots>
</repository>
</repositories>
<properties>
<project.build.sourceEncoding>
utf-8
</project.build.sourceEncoding>
<java.version>
1.8
</java.version>
</properties>
</project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment