-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b5b29a7
commit 2951684
Showing
3 changed files
with
16 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,14 +21,16 @@ | |
import org.springframework.boot.autoconfigure.EnableAutoConfiguration; | ||
import org.springframework.boot.builder.SpringApplicationBuilder; | ||
import org.springframework.context.annotation.Bean; | ||
import org.springframework.context.annotation.PropertySource; | ||
|
||
/** | ||
* I18n Bootstrap | ||
* | ||
* @author <a href="mailto:[email protected]">Mercy</a> | ||
* @since TODO | ||
* @since 1.0.0 | ||
*/ | ||
@EnableAutoConfiguration | ||
@PropertySource(value = "classpath:/i18n-bootstrap.properties") | ||
public class I18nBootstrap { | ||
|
||
public static void main(String[] args) { | ||
|
This file contains 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
File renamed without changes.