Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: pooled = true dbCreate = "create" // one of 'create', 'create-drop','update' url = "jdbc:mysql://localhost/mydatabase?useUnicode=yes&characterEncoding=UTF-8" username = "root" password = "root" properties { maxActive = 50 maxIdle = 25 minIdle = 5 initialSize = 5 m Source: http://pastebin.com/raw.php?i=crxJkUhQ
↧