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
# For a property in a Spring component like this: | |
# | |
# @Value("${property.name}") | |
# private List<String> values; | |
# | |
# Spring will fail to start up with a vague error saying something like | |
# "Could not resolve placeholder 'property.name' in value "${property.name}" | |
# even though the property definition is right there in the yaml file | |
# For example, ordinarily in a yaml file something like this: |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<meta name="viewport" id="viewport" content="width=device-width,height=device-height,initial-scale=1.0,user-scalable=no"> | |
<script src="json2.js" type="text/javascript"></script> | |
<script src="phonegap.js" type="text/javascript"></script> | |
<script type="text/javascript"> | |
// invoked when device is ready |